Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Go to column a of active row

Status
Not open for further replies.

DrSmyth

Technical User
Jul 16, 2003
557
GB
Hi,

I've got a spreadsheet that uses activecell and offset to populate a word form with data that's been entered into the spreadsheet.

The problem i have is that i need to insure that when the code starts running column a is selected.

Is there a way of forcing the cursor to column a of whatever row is currently selected?

Dr [cannon]
 
cells(activecell.row,"A").select

should do the trick nicely

Rgds, Geoff
anne_relay.gif
 
Cheers, that has to be the quickest response to a query ever...

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top