PC Review


Reply
Thread Tools Rate Thread

Application.Cursor = xlWait doesn't display hourglass

 
 
=?Utf-8?B?RGFsZSBGeWU=?=
Guest
Posts: n/a
 
      17th Oct 2007
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cursor turns into Hourglass with every move of thw cursor mmkalak Microsoft Word Document Management 0 4th Apr 2008 03:02 PM
Can we use our(custom) cursor in xlwait? musa.biralo Microsoft Excel Programming 1 3rd Apr 2007 03:40 AM
Cursor & Hourglass =?Utf-8?B?VmFsZXJpZSBDLg==?= Microsoft Word Document Management 1 28th Oct 2006 06:53 PM
Hourglass doesn't display when code called from toolbar Jerry Porter Microsoft Access 10 26th May 2006 01:13 AM
Hourglass doesn't display when code called from toolbar Jerry Porter Microsoft Access 0 23rd May 2006 11:26 PM


Features
 

Advertising
 

Newsgroups
 


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