Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is there a command
Application.Run macro1 ,"yes" "yes" is the answer to the inputbox question |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if
Sub Macro1(sStr as String) ans = InputBox(Default:=sStr) End Sub then yes. If the inputbox is put up by an addin or something besides your code then probably not. -- Regards, Tom Ogilvy "Michael Joe" wrote in message ... is there a command Application.Run macro1 ,"yes" "yes" is the answer to the inputbox question |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
value=(application.run macro1,yes)
what does this do then -----Original Message----- if Sub Macro1(sStr as String) ans = InputBox(Default:=sStr) End Sub then yes. If the inputbox is put up by an addin or something besides your code then probably not. -- Regards, Tom Ogilvy "Michael Joe" wrote in message ... is there a command Application.Run macro1 ,"yes" "yes" is the answer to the inputbox question . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As written I doubt it would do anything except, perhaps raise an error.
-- Regards, Tom Ogilvy wrote in message ... value=(application.run macro1,yes) what does this do then -----Original Message----- if Sub Macro1(sStr as String) ans = InputBox(Default:=sStr) End Sub then yes. If the inputbox is put up by an addin or something besides your code then probably not. -- Regards, Tom Ogilvy "Michael Joe" wrote in message ... is there a command Application.Run macro1 ,"yes" "yes" is the answer to the inputbox question . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clarification | Excel Discussion (Misc queries) | |||
clarification | Excel Programming | |||
Excel Vba Clarification | Excel Programming | |||
vba program clarification | Excel Programming | |||
Clarification please... | Excel Programming |