Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello,
I would to open my macro and automatically execute my macro in the sheet1 and another in sheet2 Private Sub Workbook_Open() Sheets("Clients").GetInfo "John" Sheets("Room29.GetInfoRoom End Sub But doesn't work? Ina |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Workbook_Open()
Sheet1.GetInfo "John" Sheet2.GetInfoRoom End Sub -- Regards, Tom Ogilvy "ina" wrote: hello, I would to open my macro and automatically execute my macro in the sheet1 and another in sheet2 Private Sub Workbook_Open() Sheets("Clients").GetInfo "John" Sheets("Room29.GetInfoRoom End Sub But doesn't work? Ina |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks Tom : D
Ina |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What means " method or data member not found" do you thing Do i need
set my GetInfo into private sub Ina |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Make your procedure public
Public GetInfo( s as String) end Sub -- Regards, Tom Ogilvy "ina" wrote: What means " method or data member not found" do you thing Do i need set my GetInfo into private sub Ina |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Can I also make a function public?
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
workbook_open() does not execute if there are conditional formats | Excel Worksheet Functions | |||
Workbook_Open macro - what gives? | Excel Programming | |||
Help with Workbook_Open macro please | Excel Programming | |||
Prevent Workbook_Open macro | Excel Programming | |||
Workbook_Open & Macro | Excel Programming |