Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have a problem about the Activecell.CurrentRegion property. Suppose the active sheet has the following data (A - C and 1 - 3 are column and row headings respectively): A B C 1 x y 2 z 3 If the active cell is on B2 then the activecell.currentregion will return A1:B2, which is the one I anticipated. However if the active cell is on B3 then activecell.currentregion will return A1:B3, which is not the one I want. I want the property to return only B3. How can I do it, or any other workaround? Thanks for your advice. Frederick Chow Hong Kong. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use the .Cells property to refer to ActiveCell? | Excel Discussion (Misc queries) | |||
If activecell.column = variable then activecell,offset (0,1) | Excel Discussion (Misc queries) | |||
currentregion | Excel Discussion (Misc queries) | |||
Equivalent ActiveCell.Id property for Excel97 | Excel Programming | |||
Worksheet_Change /ActiveCell.CurrentRegion ? | Excel Programming |