Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
lennyx2
 
Posts: n/a
Default How do i start Excel in a particular cell?

Is there a way that when i open Excel (whether in general or a particular
file) that it will begin in a particular cell; regardless of where the user
was when the file was closed??
Thanks in advance
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Private Sub Workbook_Open()

Worksheets("Sheet1").Activate
Range("A1").Select

End Sub

'This is workbook event code.
'To input this code, right click on the Excel icon on the worksheet
'(or next to the File menu if you maximise your workbooks),
'select View Code from the menu, and paste the code


--

HTH

RP
(remove nothere from the email address if mailing direct)


"lennyx2" wrote in message
...
Is there a way that when i open Excel (whether in general or a particular
file) that it will begin in a particular cell; regardless of where the

user
was when the file was closed??
Thanks in advance



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
Excel to Excel, Cut & Paste, 1 cell, text, multiplies file size f. PboB Excel Discussion (Misc queries) 3 March 16th 05 06:17 PM
Mouse continues to select after clicking on a cell in excel. Fletch Excel Discussion (Misc queries) 4 February 22nd 05 02:27 AM
Paste rows of numbers from Word into single Excel cell BecG Excel Discussion (Misc queries) 1 December 8th 04 04:55 PM
Writing many lines on a same Excel 2000 cell freeposte Excel Discussion (Misc queries) 2 December 8th 04 02:45 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 02:48 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"