fmMousePointerHourGlass not working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top