Activesheet.cells(1,activecell.column).Select
or
activecell.entirecolumn.cells(1).Select
Peter Morris wrote:
>
> 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
--
Dave Peterson
Bookmarks