View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tommi[_2_] Tommi[_2_] is offline
external usenet poster
 
Posts: 20
Default How to get cell in a certain place

Thanks very much! Now it works.
BR, Tommi

"Chip Pearson" wrote in message
...
Tommi,

Use code like the following:

Application.Goto reference:=Range("G12"), scroll:=True


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Tommi" wrote in message
...
Hello!
How I can get a specific cell to be selected and displayed in

upper left
corner of a worksheet?

Thanks!

Regards,
Tommi