View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mattsvai[_18_] mattsvai[_18_] is offline
external usenet poster
 
Posts: 1
Default Calling Function


How can I call a custom function without VBA asking me to assign it to
variable?

Ex:

Sub test()

customFunction(arg1,arg2)

end Sub

is there any way to do this without msgboxing it or assigning it?

Cheer

--
mattsva
-----------------------------------------------------------------------
mattsvai's Profile: http://www.excelforum.com/member.php...fo&userid=3113
View this thread: http://www.excelforum.com/showthread.php?threadid=51181