Hey,
I have the code below which builds up an array of data and formulas the applies that array as a range. This is fine except is always comes out as absolute. I then got the code in at the bottom to find ranges of formulas and change them to relative after the data has rendered. This logic works fine on other worksheets but on this worksheet I get the error TypeMismatch when the line RdoRange.Areas(ranges).Formula = _
Application.ConvertFormula _
(Formula:=RdoRange.Areas(ranges).Formula, _
FromReferenceStyle:=xlA1, _
ToReferenceStyle:=xlA1, ToAbsolute:=xlRelative gets hit. Could anyone see what could be going wrong here?
![]()
Please Login or Register to view this content.
Bookmarks