Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Kevin,
The address property takes 4 properties, RowAbsolute, COlumnAbsolute, ReferenceStyle and RelativeTo. The first two goveren the absolute/relative format and both default to True(that is, absolute). So to get a fully relative address simply use rgeMyCell.Address(False,False) -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Kevin McCartney" wrote in message ... HI TWIMC, If I set a range to the cell B1 I'd like to be able to a get the cell address in the style of B1 not B$1$, so what code do I need to use instead of: rgeMyCell.Address TIA KM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell address for first value to appear in a range | Excel Discussion (Misc queries) | |||
find last cell in range with data, display cell address | Excel Worksheet Functions | |||
Cell address in a range | Excel Discussion (Misc queries) | |||
cell address rather than range name | Excel Discussion (Misc queries) | |||
HOW TO: Get cell address from a range | Excel Programming |