View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Combining Macros

Hi Dave,

Try posting the problematic code.



---
Regards,
Norman



"Dave" wrote in message
...
Is there a way to combine certain macros into one?

I have a macro that opens a workbook, selects information from two
different
sheets and pastes that information into another workbook. The problem I
am
having is that my macro (for some reason) will only paste information from
one sheet not both. To remedy the problem I created two macros, one for
each
sheet that copies into the other workbook. I need to now somehow make
both
of these macros run at the sametime. Any help would be greatly
appreciated.
Thanks.