Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 169
Default Application.Cursor = xlWait doesn't display hourglass

I'm trying to change the cursor to an hourglass when my code saves the
current spreadsheet, then back again.

The Activeworkbook.Save portion of this code is working properly, but I
never see the cursor change to an hourglass and back. Any recommendations?

Private sub cmd_Save_Click

Application.Cursor = xlWait
ActiveWorkbook.Save
Application.Cursor = xlDefault

End Sub

--
Email address is not valid.
Please reply to newsgroup only.
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
Display hourglass problems Dale Fye Excel Discussion (Misc queries) 2 November 29th 07 03:19 PM
Disabling automatic hourglass cursor whilst VB Code running David Messenger Excel Programming 3 June 5th 07 10:58 AM
Can we use our(custom) cursor in xlwait? musa.biralo Excel Programming 1 April 3rd 07 03:40 AM
Application.InputBox has annoying cursor key reactions Dan Williams Excel Programming 7 August 3rd 06 04:32 PM
Application.Cursor = xlDefault not working RB Smissaert Excel Programming 0 April 10th 05 07:23 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"