J
Jennifer
How do you get this formula to work when the worksheet is not active. i want
the macro pull the formula down but i don't want the user to see the
worksheet that this is all happening on.
Range("f2", Range("a2").End(xlDown)).Offset(0, 5).FillDown
the macro pull the formula down but i don't want the user to see the
worksheet that this is all happening on.
Range("f2", Range("a2").End(xlDown)).Offset(0, 5).FillDown