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
|