Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I want a arrownorthwest cursor for my workbook all the time. when i open the workbook, there is a macro that's run by a button (the sheet is locked, so nothing else can be done there). In that macro I have change the cursor ober to sandclock when data is being calculated and later back to the arrow. So it stays arrow. That's the way I want it. But when the file is first opened, it has its default settings. How can I change them, so that right in the beginning theres the arrow cursor. Thanks and Merry Christmas to everyone! Juuljus |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the Workbook_Open event procedure to set the cursor as desired.
For more search XL VBA help for 'Open event' (w/o the quotes). -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions In article .com, says... Hi, I want a arrownorthwest cursor for my workbook all the time. when i open the workbook, there is a macro that's run by a button (the sheet is locked, so nothing else can be done there). In that macro I have change the cursor ober to sandclock when data is being calculated and later back to the arrow. So it stays arrow. That's the way I want it. But when the file is first opened, it has its default settings. How can I change them, so that right in the beginning theres the arrow cursor. Thanks and Merry Christmas to everyone! Juuljus |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Excel, I cannot move my cursor to another cell with arrow keys | New Users to Excel | |||
in excel - arrow keys won't work & cursor will not select a cell | Excel Discussion (Misc queries) | |||
cursor arrow is black box | Excel Discussion (Misc queries) | |||
HOW DO I CHANGE THE EXCEL CURSOR TO AN ARROW FROM A CROSS ? | Excel Worksheet Functions | |||
how do I move cursor without tab, enter or arrow in Excel | Excel Discussion (Misc queries) |