View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
transferxxx transferxxx is offline
external usenet poster
 
Posts: 11
Default Icon from arrow to Sand hour

Sub Auto_Open()
Dim Res As Long
Res = MsgBox("TEST", _
Buttons:=vbYesNo + vbQuestion, _
Title:="")

If Res = vbYes Then Call Inputdate
End Sub

Before I click Yes/No - my icon changes from arrow to sand hour - how can i
prevent this??