After a macro has run I want the screen to be on a specific column of the spreadsheet so I can check the data has gone in correctly.
I worked out how to activate a specific sheet.
I tried this
Cells(ActiveCell.Column, "BW").Activate
It selects the first row of the column but doesn't move the screen to display the selection.