Thread: Raising Events
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Stringer[_12_] Stringer[_12_] is offline
external usenet poster
 
Posts: 1
Default Raising Events


To Call A macro inside another MAcro then You just have to call it, you
do not need to place the macro inside a macro


Code:
--------------------
Sub CallFruit()
Fruit' calls the macro Fruit
End Sub
Sub Fruit()
MsgBox "Fruit"
End Sub

--------------------


--
Stringer
------------------------------------------------------------------------
Stringer's Profile: http://www.thecodecage.com/forumz/member.php?userid=117
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=62594