Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I'm trying to do a macro that will open another workbook e.g. I want the file C:\get_me_open.xls to open automaticly with the macro. Does anyone knows how to write it in V.B? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Workbooks.Open Filename:= "C:\get_me_open.xls"
-- HTH Bob Phillips "raph_baril" wrote in message ... Hello, I'm trying to do a macro that will open another workbook e.g. I want the file C:\get_me_open.xls to open automaticly with the macro. Does anyone knows how to write it in V.B? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Workbooks.Open Filename:= "C:\get_me_open.xls"
"raph_baril" wrote: Hello, I'm trying to do a macro that will open another workbook e.g. I want the file C:\get_me_open.xls to open automaticly with the macro. Does anyone knows how to write it in V.B? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to: Open closed workbook/Search data tables/Return data to open workbook | Excel Discussion (Misc queries) | |||
Opening Excel, Book1 opens, remains open with other workbook open | Excel Discussion (Misc queries) | |||
how do i open a data workbook when i open a timesheet workbook | Excel Discussion (Misc queries) | |||
excel 2003 saved file will not open without a blank workbook open | Excel Discussion (Misc queries) | |||
How do you program so that Workbook B cannot be open unless Workbook A is open? Plus I need to validation | Excel Programming |