Thread: Auto macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Auto macro

Hi
there have you put this macro? It has to go in your workbook module!

--
Regards
Frank Kabel
Frankfurt, Germany


Alvin Hansen wrote:
Please I i'm not good to this so..........

I have this
Private Sub Workbook_Open()
Run (GetData_Example1)


End Sub
Is a macro i will have running every time i open the workbook

But this is not the way so if some one will answer me then please do
it so i can understand it.
Thank you

Alvin