View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Benjamin Bob Benjamin is offline
external usenet poster
 
Posts: 23
Default Switching woorkbooks & and invoking a macro from within a macro

Thanks Frank.

"Frank Kabel" wrote in message
...
Sorry
now i missed the worksheet changes. So in total the code should look
like the following

Sub sequence_macro ()
Sheets("Table1").Select
GetStocks
Sheets("Table2").Select
GetFund
End Sub

Frank