View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Joe Michael Joe is offline
external usenet poster
 
Posts: 5
Default inputbox and application.run macro1

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