Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I would like to open a file using excel vba from a network drive. Below is the code that I have used to find the file. There are three separate ways below that I have tried, but end up with nothing. The first set of commands results in an error message of "Invalid Procedure call or Argument". The second, my computer does not recognize the FileSystemObject, and the third presents an error message of "Object variable or With block not set". Any help would be greatly appreciated. Private Sub CommandButton1_Click() 'ReturnValue = Shell("C:\Program Files\pipc\Procbook\Procbook.exe", 1) 'ReturnValue = Shell("Y:\Dropbox\bosnyak\Drywell Cooler Temperature PI Trends\803A\T47DT2077.PDI", vbMaximizedFocus) 'Dim fso As FileSystemObject, fil As File 'Set fil = fso.getfile("Y:\Dropbox\bosnyak\Drywell Cooler Temperature PI Trends\803A\T47DT2077.PDI") 'AppActivate ("PI - ProcessBook") 'Dim appX As PBObjLib.Application 'Set disY = appX.ProcBooks.Open(" Y:\Dropbox\bosnyak\Drywell Cooler Temperature PI Trends\T47CT7364.PDI", pbPromptConvert) End Sub -- turnerje ------------------------------------------------------------------------ turnerje's Profile: http://www.excelforum.com/member.php...o&userid=25694 View this thread: http://www.excelforum.com/showthread...hreadid=392301 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving Excel File to a Network Drive | Excel Discussion (Misc queries) | |||
Excel can't open network drive! | Excel Discussion (Misc queries) | |||
excel 2003 file converted to .xlsm file when save to network drive | Excel Discussion (Misc queries) | |||
Can't open excel on network drive, it said somebody has opened it | Excel Discussion (Misc queries) | |||
Can't one excel file on network drive? | Excel Discussion (Misc queries) |