Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 159
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   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 515
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   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 159
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   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 515
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   Report Post  
Posted to microsoft.public.excel.setup
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   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 22,906
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


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
Cursor position to get colour [email protected] Excel Worksheet Functions 6 November 30th 07 02:27 AM
cursor position MarkT Excel Discussion (Misc queries) 5 February 7th 07 02:25 PM
Position Cursor to same address on another tab SassyLassie Excel Worksheet Functions 0 July 14th 06 05:44 AM
Cursor position saziz Excel Discussion (Misc queries) 2 August 9th 05 08:19 PM
Cursor position? Marc Excel Discussion (Misc queries) 1 March 27th 05 07:09 PM


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

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"