Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the following code:
Sub MBox() Dim Config as Integer Dim Ans As Integer Config = vbYesNo + vbQuestion + vbDefaultButton2 Ans = MsgBox("Are you sure the correct Axiom reports are open in Excel?", Config) If Ans = vbYes Then RunReport Then I have the report code End Sub Everything is just fine and dandy - the box pops up with yes and no - but when I click Yes nothing happens. When I click No, the report runs for however many times I clicked Yes. It is very strange. Any suggestions on how to get this to work properly? Charles |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
same issue | Charts and Charting in Excel | |||
I believe that this is a set up issue... | Setting up and Configuration of Excel | |||
For Next Issue | Excel Programming | |||
UDF & Add-in Issue | Excel Programming | |||
With and End With issue | Excel Programming |