R
Richard
I have a macro that will take the formula that that I have in cell B2 and I
need it to be able to do an autofill for me, any suggestions on how to
accomplish this? So far I have the following code:
Selection.AutoFill Destination:=Range("G2:G50")
Range("G2:G50").Select
Range("G2").Select
I don't want it to always autofill to G50 if I can help it, any suggestions?
Richard
need it to be able to do an autofill for me, any suggestions on how to
accomplish this? So far I have the following code:
Selection.AutoFill Destination:=Range("G2:G50")
Range("G2:G50").Select
Range("G2").Select
I don't want it to always autofill to G50 if I can help it, any suggestions?
Richard