Basically i have an empty column and want to insert another one.
There is data on either side of the empty column.
I then need to input data from another spreadsheet (this i know how to do in VBA), however as i will be doing this daily the reference i input for these cells will change hence i will need a generic. I was thinking of using an End(xlright) to get to the empty cell then use a offset(,-1) to get to the cell i want to select.
What do you guys think?
There is data on either side of the empty column.
I then need to input data from another spreadsheet (this i know how to do in VBA), however as i will be doing this daily the reference i input for these cells will change hence i will need a generic. I was thinking of using an End(xlright) to get to the empty cell then use a offset(,-1) to get to the cell i want to select.
What do you guys think?