Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi,
i request that how can i call sub or function in vba code thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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) "xxx" wrote in message ups.com... hi, i request that how can i call sub or function in vba code thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi XXX,
i request that how can i call sub or function in vba code '============= Public Sub Tester() 'your code Call MyMacro 'possibly more code End Sub '<<============= --- Regards, Norman |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Bob,
Apologies, I failed to see your earlier - and better - response! --- Regards, Norman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
numerical integration | Excel Discussion (Misc queries) | |||
Web Services function call and data refreshing | Excel Worksheet Functions | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
how i can call the function | Excel Worksheet Functions | |||
Error trapped only while stepping through the code - Not triggered when run | Excel Discussion (Misc queries) |