Thread
:
macro calling macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
Bob Phillips[_7_]
external usenet poster
Posts: 1,120
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?
Reply With Quote
Bob Phillips[_7_]
View Public Profile
Find all posts by Bob Phillips[_7_]