View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WebJefe WebJefe is offline
external usenet poster
 
Posts: 1
Default fmMousePointerHourGlass not working

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.