View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Set Hourglass On

Application.Cursor = xlWait
'---do something
Application.Cursor = xldefault

If this post helps click Yes
---------------
Jacob Skaria


"dhstein" wrote:

How can I set the hourglass to True - like in Access ? Thanks.