Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Frank
You cannot run a macro from the command line when starting Excel. You would have to place the code into Workbook_Open sub in the first workbook you open. Maybe in your Personal.xls file which opens with Excel. Sub Workbook_Open() Application.cursor = xlNorthwestArrow End Sub Gord Dibben MS Excel MVP On Wed, 25 Jul 2007 01:17:57 +0800, "Frank" wrote: Hello, how do I make this take effect everytime I start Excel? Thanks in advance. Sub cursor() End Sub change it back to normal with xlDefault |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 97 - cursor won't let go | Excel Discussion (Misc queries) | |||
Excel Cursor | Excel Discussion (Misc queries) | |||
move cursor on one sheet moves cursor on all sheets | Excel Discussion (Misc queries) | |||
why am I getting a 3 d cross cursor instead of a pointer cursor? | Excel Discussion (Misc queries) | |||
Can I change the "white cross" cursor in Excel to another cursor? | Excel Discussion (Misc queries) |