Thread
:
How to ascertain path of file in adjacent directory hierarchy
View Single Post
#
1
Posted to microsoft.public.excel.programming
Paul Martin
external usenet poster
Posts: 114
How to ascertain path of file in adjacent directory hierarchy
For anyone interested, I have found a solution as follows:
Dim sPath as String
sPath = ThisWorkbook.Path & "\..\DIR_2"
Paul Martin
Melbourne, Australia
Reply With Quote
Paul Martin
View Public Profile
Find all posts by Paul Martin