View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Norman Jones
 
Posts: n/a
Default how can i call sub or function in vba code

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