B Bob Phillips Jun 28, 2006 #2 Call mySub or with parameters Call mySub(val1, "Text val") if it is a function myVal = myFunc(val1) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
Call mySub or with parameters Call mySub(val1, "Text val") if it is a function myVal = myFunc(val1) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
N Norman Jones Jun 28, 2006 #3 Hi XXX, i request that how can i call sub or function in vba code Click to expand... '=============>> Public Sub Tester() 'your code Call MyMacro 'possibly more code End Sub '<<=============
Hi XXX, i request that how can i call sub or function in vba code Click to expand... '=============>> Public Sub Tester() 'your code Call MyMacro 'possibly more code End Sub '<<=============
N Norman Jones Jun 28, 2006 #4 Hi Bob, Apologies, I failed to see your earlier - and better - response!