Good morning.
I am deleting a range of columns once a month using the following as part of a bigger routine
Columns("B:CI").Select
Selection.Delete
The column selction always starts at "B" however the width changes every month.
B:CI =Jan 2016
B:CJ =Feb 2016
B:CK =March 2016
On a seperate worksheet I want to be able to type "CK" in a specific cell and the macro to select columns B:CK, likewise if I typed "DE" in the specified cell the macro would choose columns B:DE
Many thanks
Phil
Bookmarks