View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Joe Michael Joe is offline
external usenet poster
 
Posts: 5
Default excel.application.run macro1 -- added code to respond "yes" to a inputbox



message2
the input box comes up. i want to in vb code (outside
excel) run the macro and say yes to the input box ?
so no pop ups


message1
I have basic code running a macro in a excel sheet.
i want to set the input box automatically to yes.
Then finish running the macro...

Other idea is to:
there is a default of yes so I could do a msgbox type

of
thing with excel.Application.DisplayAlerts = False but
for a inputboxs.

Mike