How can I specify which cell has focus?
To go to Cell B9 on a worksheet called Source use this code in the relevant
place
Me.Sheets("Source").Select
Me.ActiveSheet.Range("B9").Select
"Christian Blackburn" wrote:
Hi Gang,
I would like to programmatically advance to a specific cell. Can
someone reply with an example?
Thanks,
Christian Blackburn
|