A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Setting up and Configuration
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Position cursor on opening of spreadsheet



 
 
Thread Tools Display Modes
  #1  
Old January 26th, 2009, 03:33 PM posted to microsoft.public.excel.setup
Larry
external usenet poster
 
Posts: 464
Default Position cursor on opening of spreadsheet

to do this I have a user that needs the ability to position the cursor to a
particular cell when selecting a spreadsheet. On one sheet it may be K3 on
another it may be B7. Is there a way to set an option without using code?
  #2  
Old January 26th, 2009, 03:55 PM posted to microsoft.public.excel.setup
kassie
external usenet poster
 
Posts: 444
Default Position cursor on opening of spreadsheet

Select the cell you want selected on opening, save the file, and exit.

--
Hth

Kassie Kasselman
Change xxx to hotmail


"Larry" wrote:

to do this I have a user that needs the ability to position the cursor to a
particular cell when selecting a spreadsheet. On one sheet it may be K3 on
another it may be B7. Is there a way to set an option without using code?

  #3  
Old January 27th, 2009, 02:17 PM posted to microsoft.public.excel.setup
Larry
external usenet poster
 
Posts: 464
Default Position cursor on opening of spreadsheet

Thanks for response.
I will pass information on to user.
Larry

"Kassie" wrote:

Select the cell you want selected on opening, save the file, and exit.

--
Hth

Kassie Kasselman
Change xxx to hotmail


"Larry" wrote:

to do this I have a user that needs the ability to position the cursor to a
particular cell when selecting a spreadsheet. On one sheet it may be K3 on
another it may be B7. Is there a way to set an option without using code?

  #4  
Old January 27th, 2009, 08:10 PM posted to microsoft.public.excel.setup
kassie
external usenet poster
 
Posts: 444
Default Position cursor on opening of spreadsheet

My pleasure Rick
--
Hth

Kassie Kasselman
Change xxx to hotmail


"Larry" wrote:

Thanks for response.
I will pass information on to user.
Larry

"Kassie" wrote:

Select the cell you want selected on opening, save the file, and exit.

--
Hth

Kassie Kasselman
Change xxx to hotmail


"Larry" wrote:

to do this I have a user that needs the ability to position the cursor to a
particular cell when selecting a spreadsheet. On one sheet it may be K3 on
another it may be B7. Is there a way to set an option without using code?

  #5  
Old November 11th, 2009, 04:10 AM posted to microsoft.public.excel.setup
Ken Petkau
external usenet poster
 
Posts: 1
Default Position cursor on opening of spreadsheet

I'd also like to be able to position the cursor in a specific cell whenever I open an Excel Workbook. Any ideas? Thanks for the help.



Larr wrote:

Position cursor on opening of spreadsheet
26-Jan-09

to do this I have a user that needs the ability to position the cursor to a
particular cell when selecting a spreadsheet. On one sheet it may be K3 on
another it may be B7. Is there a way to set an option without using code?

Previous Posts In This Thread:

On January 26, 2009 9:33 AM
Larr wrote:

Position cursor on opening of spreadsheet
to do this I have a user that needs the ability to position the cursor to a
particular cell when selecting a spreadsheet. On one sheet it may be K3 on
another it may be B7. Is there a way to set an option without using code?

On January 27, 2009 8:17 AM
Larr wrote:

Position cursor on opening of spreadsheet
Thanks for response.
I will pass information on to user.
Larry

"Kassie" wrote:

EggHeadCafe - Software Developer Portal of Choice
Programming C#
http://www.eggheadcafe.com/tutorials...ramming-c.aspx
  #6  
Old November 11th, 2009, 07:30 PM posted to microsoft.public.excel.setup
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Position cursor on opening of spreadsheet

Cannot be done without using code.

Private Sub Workbook_Open()
Sheets("Sheet1").Activate
Range("A1").Select
End Sub

Pasted into Thisworkbook module.


Gord Dibben MS Excel MVP


On Tue, 10 Nov 2009 19:10:09 -0800, Ken Petkau wrote:

I'd also like to be able to position the cursor in a specific cell whenever I open an Excel Workbook. Any ideas? Thanks for the help.



Larr wrote:

Position cursor on opening of spreadsheet
26-Jan-09

to do this I have a user that needs the ability to position the cursor to a
particular cell when selecting a spreadsheet. On one sheet it may be K3 on
another it may be B7. Is there a way to set an option without using code?

Previous Posts In This Thread:

On January 26, 2009 9:33 AM
Larr wrote:

Position cursor on opening of spreadsheet
to do this I have a user that needs the ability to position the cursor to a
particular cell when selecting a spreadsheet. On one sheet it may be K3 on
another it may be B7. Is there a way to set an option without using code?

On January 27, 2009 8:17 AM
Larr wrote:

Position cursor on opening of spreadsheet
Thanks for response.
I will pass information on to user.
Larry

"Kassie" wrote:

EggHeadCafe - Software Developer Portal of Choice
Programming C#
http://www.eggheadcafe.com/tutorials...ramming-c.aspx


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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