Craig has attended:
Excel Advanced course
Excel
How to record a macro incorporating any future changes to column numbers etc?
RE: Excel
Hi Craig
The method that I would use to do this is to use VBA code to loop through a range of columns/rows/cells etc. As it is a loop the number of columns will not matter as it will keep going until it reaches an empty column or row.
Hope this gives you some ideas
David