Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Joe
You can use Application.SendKeys to do that, but you shouldn't. If you don't want a popup, don't use the InputBox function. Instead of x = InputBox(...) use x = "MyValue" -- Dick Kusleika MVP - Excel Excel Blog - Daily Dose of Excel www.dicks-blog.com "Joe" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Note - your inability to accurately ask your question and completely
describe your situation is just resulting in other people wasting their time telling you the same information over and over. Rather than continuing to spam the newsgroup with an inept repetitive question, why not compose a complete picture of what your situation is and post that. Using inputbox is probably not the correct term to use in your question. Just a guess of course. -- Regards, Tom Ogilvy "Joe" wrote in message ... 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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks
-----Original Message----- Joe You can use Application.SendKeys to do that, but you shouldn't. If you don't want a popup, don't use the InputBox function. Instead of x = InputBox(...) use x = "MyValue" -- Dick Kusleika MVP - Excel Excel Blog - Daily Dose of Excel www.dicks-blog.com "Joe" wrote in message ... 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 . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum of Yes Response | Excel Worksheet Functions | |||
How do I transform a word response to a numeric response? | Excel Discussion (Misc queries) | |||
How do I set up a daily call out response response register? | Excel Worksheet Functions | |||
Auto response of one column to another | Excel Worksheet Functions | |||
Response to Frank: AM-PM Auto formatting | Excel Discussion (Misc queries) |