Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Creating a Macro to take me to first cell of the first sheet

I am looking to create a macro which enables me to open a file at the cell A1
on the first sheet, no matter where I was when i closed the file.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default Creating a Macro to take me to first cell of the first sheet

Under the workbook_open event use this line of code
Sheets(1).Range("A1").Activate

Charles Chickering
xl Geek

Rob wrote:
I am looking to create a macro which enables me to open a file at the cell A1
on the first sheet, no matter where I was when i closed the file.


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
Creating a hyperlink to a cell on a different sheet Bob Excel Worksheet Functions 1 December 21st 06 07:31 AM
Creating Excel 4 International Macro Sheet coder_arun[_5_] Excel Programming 0 August 3rd 06 01:14 PM
Creating Macro to edit cell [email protected] Excel Programming 1 June 16th 06 08:36 PM
Creating an Excel sheet with Addresses using a Macro KnightRiderAW Excel Programming 2 January 11th 06 09:25 PM
Run Macro & Rename Sheet upon creating copy from blank. Kervin Manasseh Excel Programming 1 October 14th 05 10:33 AM


All times are GMT +1. The time now is 06:18 PM.

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"