Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need Macro to take me to a different tab to specific cell

I need to create a Macro to take me to a different tab with a specific cell
within that tab being at the top left hand corner.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Need Macro to take me to a different tab to specific cell

Sub Macro1()
Application.Goto Reference:=Worksheets("Sheet3").Range("Z100"), scroll:=True
End Sub

--
Gary''s Student - gsnu200784


"Don Lowe" wrote:

I need to create a Macro to take me to a different tab with a specific cell
within that tab being at the top left hand corner.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Need Macro to take me to a different tab to specific cell

Thank you - That worked great!

"Gary''s Student" wrote:

Sub Macro1()
Application.Goto Reference:=Worksheets("Sheet3").Range("Z100"), scroll:=True
End Sub

--
Gary''s Student - gsnu200784


"Don Lowe" wrote:

I need to create a Macro to take me to a different tab with a specific cell
within that tab being at the top left hand corner.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro from cell specific to whole column Bean Counter[_2_] Excel Discussion (Misc queries) 4 May 27th 10 11:04 PM
How to pick a specific cell within a macro .... ?? Edi Excel Discussion (Misc queries) 4 March 26th 10 10:49 AM
Opening at specific cell - No Macro TexJen09 Excel Discussion (Misc queries) 0 November 21st 08 05:49 PM
Goto a specific cell in a macro Edward Excel Discussion (Misc queries) 0 July 16th 07 08:24 PM
How do I run a Macro on basic of a value in a specific cell Steen H. Pedersen Excel Worksheet Functions 3 April 16th 05 08:52 AM


All times are GMT +1. The time now is 10:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"