storing address of active cell

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
 
Screen.ActiveControl.Name gives the (string) names of the current cell.
 

Users who are viewing this thread

Back
Top Bottom