Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Icon from arrow to Sand hour

Hi,

The code below works fine and doesn't look like the cause of your problem.
Perhaps there is more code executing in the workbook_open event module. have
a look there.

Mike

"transferxxx" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting and arrow icon sets Mark Excel Discussion (Misc queries) 0 September 24th 09 01:28 AM
Conditional Formatting Arrow Icon Set Supe Excel Discussion (Misc queries) 0 August 7th 09 06:02 PM
Excel 2007 desktop icon changes to gray arrow mthurstons Excel Discussion (Misc queries) 1 April 10th 09 02:15 PM
How do I follow an arrow to a worksheet icon when tacing dependent goblue Excel Worksheet Functions 2 December 9th 08 03:39 PM
convert decimal numbers to a fraction of an hour for payroll hour Flower Excel Worksheet Functions 4 February 10th 06 07:46 PM


All times are GMT +1. The time now is 11:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"