Thread
:
Combine 2 macro
View Single Post
#
2
Don Guillett
Posts: n/a
Combine 2 macro
It's probably as simple as just putting the name of the second macro as the
last line in the first.
sub ddd
do this
do that
end sub
--
Don Guillett
SalesAid Software
"bioyyy" wrote in message
...
Hi,
How do I combine 2 macro that they can do at a same time? Right now, I
have
one macro doing "copy a sheet" and then another macro doing
"delete-autofilter". I'd like to combine them together, so I don't have to
execute 2 times. In other words, right after copy a sheet, it does deleted
things. thanks
Reply With Quote