Cell references in VBA?

G

GoBobbyGo

How do I find out which cell I've selected?

I have a VBA routine that selects a (one-cell) named range, which will
likely move around due to row/column insertions and deletions.

How can I get VBA to know what actual cell it's in?
 
L

Larry Daugherty

Your terminology suggests that you're addressing an issue using Excel.
Better to post into one of the Excel newsgroups.

VBA is the same across the Office applications and VB and a growing
number of licensees. All of those applications have different object
models.

HTH
 
Top