View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Elizabeth Elizabeth is offline
external usenet poster
 
Posts: 71
Default hourglass remains after macro runs???

when i run the following code from the VBE (F5), it runs fine. when i run it
from a rectangle i drew on a spreadsheet in the same file, the hourglass
remains on the screen until the OK button or Close "X" is clicked.

Sub StartupPath()
MsgBox Application.StartupPath, Title:="The Excel startup path is: "
End Sub

what is causing the hourglass to remain after the msgbox is displayed?
thank you.
elizabeth