Michael151
Board Regular
- Joined
- Sep 20, 2010
- Messages
- 247
Hello all,
Just need a little help with a macro that will autofill a formula to the end of another column. All the formulas in my worksheet are contained across row 8. I need the macro to autofill (copy down) each formula down the column until the end of text in column A. Column A could have as little as one row of text or thousands.
The code would be something like:
Range (“some number 8”).Select
Selection.AutoFill Destination: last row of text in column A
Any help is most appreciated – thank you!
Just need a little help with a macro that will autofill a formula to the end of another column. All the formulas in my worksheet are contained across row 8. I need the macro to autofill (copy down) each formula down the column until the end of text in column A. Column A could have as little as one row of text or thousands.
The code would be something like:
Range (“some number 8”).Select
Selection.AutoFill Destination: last row of text in column A
Any help is most appreciated – thank you!