Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default keystroke to go to first worksheet cell from anywhere in noteb

Thanks for the info. I'll try it.

"Gord Dibben" wrote:

The proper term for an Excel file is Workbook, not notebook.

If you want a macro to be available for all open workbooks, record it to your
Personal Macro Workbook.

ToolsMacroRecord New Macro. In the dialog that opens, select Person Macro
Workbook from the "store macro in" drop-down.

This workbook is named Personal.xls and is created automatically and stored by
Excel in your XLSTART folder.

This file will open up whenever you start a session of Excel.

When it opens, you can click on WindwHide and hide it.

Save it when asked and it will open hidden from then on.

For more on Personal.xls see Help on that subject.


Gord Dibben MS Excel MVP


On Thu, 6 Jul 2006 20:50:01 -0700, sheepranch
wrote:

Thanks. I'll try making a macro...never done that before. Would your
suggested macro be a "generic" macro for any notebook I was in or would I
have to make a macro for each separate notebook?

"Steel Monkey" wrote:


If you want to create a shortcut to go to A1 in your first worksheet why
dont you just record a macro with a shortcut key assigned to it and
select your first worksheet and select cell A1?

The macro would end up looking something like this :

Sub gohome()
Worksheets("Sheet1").Activate
Range("A1").Select
End Sub


--
Steel Monkey
------------------------------------------------------------------------
Steel Monkey's Profile: http://www.excelforum.com/member.php...o&userid=29051
View this thread: http://www.excelforum.com/showthread...hreadid=559114




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
fill cell with color from other worksheet Crakel Excel Discussion (Misc queries) 4 April 19th 06 05:14 AM
Conversion of Cell Contents into a Functional Worksheet name ? GMJT Excel Worksheet Functions 1 August 21st 05 04:59 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Refrencing another cell in a worksheet that "could" exist KimberlyC Excel Worksheet Functions 1 February 7th 05 07:09 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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

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

About Us

"It's about Microsoft Excel"