View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
somethinglikeant somethinglikeant is offline
external usenet poster
 
Posts: 94
Default Range - copy forumlas

For the first question i'm not sure how this works out in your example.

You may need to use $C1 rather than C1 in the formula

For the second question apllication.run followed by the name of the
procedure
I would then assign Macro3 to a button


Sub Macro3()
Application.Run "Book2!Macro1"
Application.Run "Book2!Macro2"
End Sub