steve_bris
Registered User.
- Local time
- Tomorrow, 01:22
- Joined
- Mar 22, 2005
- Messages
- 30
Hi.
This might be a silly question but I'm using access VBA and I want to record the position of the active cell at certain point of my program........how can I store this addresses........
ie....will this make rngAdd equal to the position of the active cell at the moment, so I can store it and use it later ?
Dim rngNow as range
rngNow = ActiveCell.address
This might be a silly question but I'm using access VBA and I want to record the position of the active cell at certain point of my program........how can I store this addresses........
ie....will this make rngAdd equal to the position of the active cell at the moment, so I can store it and use it later ?
Dim rngNow as range
rngNow = ActiveCell.address