Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How to disable the message prompt when running a Run macro ? Below is the example of VBA code for a)Run macro Sub Run() Application.Run "BOT.bankrecon.XLS!Module14.BOT" End Sub b)BOT macro Sub BOT() Dim Macro1 As String Range("A12").Select If Range("A12") = "Done" Then Macro1 = x x = False Else MsgBox "Please click Once", vbInformation, "Msg Box vbInformation" Range("A12").Select Range("A12") = "Done" End If End Sub Please help Thanks Regards Lenard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable Allow ActiveX prompt | Excel Discussion (Misc queries) | |||
disable query refresh prompt? | Excel Discussion (Misc queries) | |||
How do I disable the ActiveX Control prompt? | Excel Discussion (Misc queries) | |||
Disable Excel Prompt | Excel Programming | |||
Prompt to enable/disable macros | Excel Programming |