Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a document placed in an Eroom in the Intranet. Is it possible to open
that document within Excel VBA? How do I set the adress to the document? /Christer |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the share that contains the workbook is on a mapped drive, just use
that drive letter: Application.Workbooks.Open ("M:\Folder\Folder\Book1.xls") If you have a server and share name, use something like: Application.Workbooks.Open ("\\Server\Share\Folder\Book1.xls") Cordially, Chip Pearson Microsoft Most Valuable Professional Excel Product Group, 1998 - 2009 Pearson Software Consulting, LLC www.cpearson.com (email on web site) On Fri, 18 Sep 2009 07:05:02 -0700, Christer wrote: I have a document placed in an Eroom in the Intranet. Is it possible to open that document within Excel VBA? How do I set the adress to the document? /Christer |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Spreadsheet will not open from Intranet Link | Excel Discussion (Misc queries) | |||
Userform on intranet: disble save option, allow open only | Excel Programming | |||
Accessing sub-directories in eRoom | Excel Programming | |||
Open excel file from password protected Intranet site(IE) | Excel Programming | |||
intranet + hyperlinks problem (open in new window?) | Excel Programming |