View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default macro calling macro

Sub Test()
'do some things

Bell ' or even Call Bell

'do some more

End Sub

--
HTH

Bob Phillips

"Paul" wrote in message
...
How would I go about causing a macro named BELL to run
from another macro?