Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've recently started doing some Excel programming after a gap
of about 4 years, I find I've forgotten a lot. What's the syntax for this? The activecell is in a given column. I want to go to the same column, but a different row, ie a particular row in a named range "Column_Headings" to put it another way, what I want to go is go to the column heading of whichever column I'm in at the moment. TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If activecell.column = variable then activecell,offset (0,1) | Excel Discussion (Misc queries) | |||
ActiveCell in a Range? | Excel Discussion (Misc queries) | |||
Define range with activecell | Excel Programming | |||
Mark a range from activecell | Excel Programming | |||
Name of range containing ActiveCell? | Excel Programming |