Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Me.MousePointer = fmMousePointerHourGlass doesn't work in Workbook_Open()
I've tried replacing Me. with other objects but haven't been able to find something that will work. TIA for any help on this. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.Cursor = xlWait
the fmMousePointer constants are only applicable for use in a userform. xlwait has a value of 2 frmMousePointerHourGlass has a value of 11 for example. -- Regards, Tom Ogilvy "WebJefe" wrote in message ... Me.MousePointer = fmMousePointerHourGlass doesn't work in Workbook_Open() I've tried replacing Me. with other objects but haven't been able to find something that will work. TIA for any help on this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate working days but change working week | Excel Discussion (Misc queries) | |||
Making weekend days working days - the system cuts the working tim | Excel Discussion (Misc queries) | |||
macro was working, now it's not working | Excel Programming | |||
Macro working in Excel 2003; not working in Excel 2000 | Excel Programming | |||
Adding sales from a non working day to the previous working day | Excel Programming |