Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this
Target(2).Address Hope this helps / Lars-Åke On Sat, 12 Dec 2009 16:11:15 -0700, "Robert Crandal" wrote: Yes, that works excellent. Just what I was looking for. BTW, what would be the correct notation to just extract a SINGLE address? For example, what if I am only interested in the second cell address in the list?? thankx again "Lars-Åke Aspelin" wrote in message .. . Try this: Private Sub Worksheet_Change(ByVal Target As Range) For Each c In Target nextaddress = c.Address Next c End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet_Change() and range question | Excel Programming | |||
Worksheet_change question | Excel Programming | |||
worksheet_change question | Excel Programming | |||
Excel VBA .... Worksheet_Change(ByVal Target As Range) question | Excel Programming | |||
Worksheet_Change event question | Excel Programming |