![]() |
easy!!!!
How can I get this one to work?
colm = ActiveCell.Column Selection.AutoFill Destination:=Range(Cells(4, colm), Cells(35, colm)) |
easy!!!!
ActiveCell.AutoFill _
Destination:=Range(ActiveCell, _ Cells(35, ActiveCell.Column)) Regards Trevor "John" wrote in message ... How can I get this one to work? colm = ActiveCell.Column Selection.AutoFill Destination:=Range(Cells(4, colm), Cells(35, colm)) |
All times are GMT +1. The time now is 12:43 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com