ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Application.Cursor = xlWait doesn't display hourglass (https://www.excelbanter.com/excel-programming/399488-application-cursor-%3D-xlwait-doesnt-display-hourglass.html)

Dale Fye

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.


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com