Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi I am having a problem. I thought that thisworkbook.path would give m the path of the current workbook. If I set a= thisworkbook.path a ="" I dont understand what I changed. I use to set the DefaultFilePath t nothing. Now I am trying to distribute the file and I need to set the curdir t the dirertory of the open workbook. I can navigate from there but cant seem to do this even if I set DefaultFilePath to "" Since th workbook is already open. Rod Taylo -- rjtaylo ----------------------------------------------------------------------- rjtaylor's Profile: http://www.excelforum.com/member.php...nfo&userid=590 View this thread: http://www.excelforum.com/showthread.php?threadid=26595 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thisworkbook.path will give the path for the workbook containing the code--and
that's not always the activeworkbook. Activeworkbook.path will give the path for the active workbook--not always the one with the code. The only time I've seen the .path return "" is if the workbook hasn't been ever saved--it's been created File|New (or the equivalent in code). rjtaylor wrote: Hi I am having a problem. I thought that thisworkbook.path would give me the path of the current workbook. If I set a= thisworkbook.path a ="" I dont understand what I changed. I use to set the DefaultFilePath to nothing. Now I am trying to distribute the file and I need to set the curdir to the dirertory of the open workbook. I can navigate from there but I cant seem to do this even if I set DefaultFilePath to "" Since the workbook is already open. Rod Taylor -- rjtaylor ------------------------------------------------------------------------ rjtaylor's Profile: http://www.excelforum.com/member.php...fo&userid=5902 View this thread: http://www.excelforum.com/showthread...hreadid=265956 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A workbook doesn't have a path until it has been saved.
Perhaps you are setting it before the workbook has been saved. DefaultFilePath is only applicable when Excel starts up. You should need to work with that attribute. -- Regards, Tom Ogilvy "rjtaylor" wrote in message ... Hi I am having a problem. I thought that thisworkbook.path would give me the path of the current workbook. If I set a= thisworkbook.path a ="" I dont understand what I changed. I use to set the DefaultFilePath to nothing. Now I am trying to distribute the file and I need to set the curdir to the dirertory of the open workbook. I can navigate from there but I cant seem to do this even if I set DefaultFilePath to "" Since the workbook is already open. Rod Taylor -- rjtaylor ------------------------------------------------------------------------ rjtaylor's Profile: http://www.excelforum.com/member.php...fo&userid=5902 View this thread: http://www.excelforum.com/showthread...hreadid=265956 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the workbook has never been saved, it doesn't have a path. Could this be
the problem? On Sun, 3 Oct 2004 19:23:30 -0500, rjtaylor wrote: Hi I am having a problem. I thought that thisworkbook.path would give me the path of the current workbook. If I set a= thisworkbook.path a ="" I dont understand what I changed. I use to set the DefaultFilePath to nothing. Now I am trying to distribute the file and I need to set the curdir to the dirertory of the open workbook. I can navigate from there but I cant seem to do this even if I set DefaultFilePath to "" Since the workbook is already open. Rod Taylor |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
File Path Too Long? Not Anymore! Check out Long Path Tool | Excel Discussion (Misc queries) | |||
http://CannotDeleteFile.net - Cannot Delete File? Try Long Path ToolFilename is too long? Computer Complaining Your Filename Is Too Long? TheLong Path Tool Can Help While most people can go about their businessblissfully unaware of the Windo | Excel Discussion (Misc queries) | |||
Formula too long - new file path is shorter than old file path - Excel 2003 | Excel Worksheet Functions | |||
hyperlink navigation path path wrong in Excel 2003 | Excel Discussion (Misc queries) | |||
how to change absolute path to relative path | Excel Worksheet Functions |