Hi
still not that much information but try something like
sub main_macro()
'do something
If activesheet.range("A1").value = "Go" then
other_macro
end if
'do something more
end sub
sub other_macro()
msgbox "cell A1 contains 'Go'"
'do now something completely different
end sub
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.