Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello :
I'm playing with Jim Rech's BrowseForFolder workbook on my Win98SE machine with Excel97. I encountered no difficulties using this in the original workbook (except for the fact that Excel flags the BrowseCallBackFuncAddress function if I try to compile the workbook, which he has detailed in the comments). It opens to the desired directory. Rather than having this set of routines spread out in separate workbooks, .... I tried calling the GetDirectory function in the original workbook from a routine in another workbook. In this case, it displays the "Browse for Folder" form, but it defaults to the root directory. I'm limited as to understanding some of the code's functioning, so I'm guessing that the code has to be in the calling project (GetCurrentVbaProject). Is my assumption true? Thanks for any help. BrowseForFolder http://www.bmsltd.ie/MVP/Default.htm Sincerely, Paul Sardella |