Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Default cell position on file open

Hi,

When I open a new excel file, the file opens with the cursor positioned at
cell A1; for existing files, the default cell positioning is at the last
saved position. Is there a way to change the default position of the cursor
for all new workbooks. I searched the file options but not able to find a
setting for this.

Regards
Chandra
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Default cell position on file open

Unless otherwise directed by a macro a file will open to where it was last
saved. So, in the ThisWorkbook module in a before_save or workbook_open
macro put in

application goto sheets("yourdesiredsheetname").range("a1")

--
Don Guillett
SalesAid Software

"Chandramouly" wrote in message
...
Hi,

When I open a new excel file, the file opens with the cursor positioned at
cell A1; for existing files, the default cell positioning is at the last
saved position. Is there a way to change the default position of the
cursor
for all new workbooks. I searched the file options but not able to find a
setting for this.

Regards
Chandra



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Default cell position on file open

You don't like A1 being selected when a new workbook opens?

Which cell would you like to be selected?

To have all NEW workbooks the same, you can create a Template.

Open a new workbook. Customize as you wish.

FileSave As Type: scroll down to Excel Template(*.XLT) and select. Name your
workbook "BOOK"(no quotes). Excel will add the .XLT to save as BOOK.XLT.

Store this workbook in the XLSTART folder usually located at........

C:\Documents and Settings\username\Application Data\Microsoft\Excel\XLSTART

This will be the default workbook for FileNew or the Toolbar button FileNew

WARNING................Do not use FileNew...Blank Workbook or you will get the
Excel default workbook.

NOTE: Existing workbooks are not affected by these settings.

You can also open a new workbook and delete all but one sheet. Customize as
you wish then save this as SHEET.XLT in XLSTART folder also. It now becomes
the default InsertSheet.

More can be found on this in Help under "templates"(no quotes).


Gord Dibben Excel MVP

On Fri, 9 Mar 2007 10:12:02 -0800, Chandramouly
wrote:

Hi,

When I open a new excel file, the file opens with the cursor positioned at
cell A1; for existing files, the default cell positioning is at the last
saved position. Is there a way to change the default position of the cursor
for all new workbooks. I searched the file options but not able to find a
setting for this.

Regards
Chandra


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
How can I stop data labels reverting to a default position GARRETT RYAN Charts and Charting in Excel 0 October 18th 06 09:25 AM
Default file type to open in 2003 Circe Excel Discussion (Misc queries) 2 February 10th 06 06:59 PM
Default cursor/selected cell position after protecting Stilla Excel Worksheet Functions 0 December 8th 05 02:28 PM
how to change the default position of a comment box Hans Feitz Excel Discussion (Misc queries) 1 September 12th 05 02:45 AM
How do I change file/open/"files of type" to default to "all file. How do I changefiles of type default Excel Discussion (Misc queries) 1 April 19th 05 10:45 PM


All times are GMT +1. The time now is 04:33 PM.

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"