View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
arno arno is offline
external usenet poster
 
Posts: 184
Default Call an XLS that is one directory €œUP€ from where the VBS file is?

How do I call the XLS that is one directory €œUP€ from where the VBS
file is
located? (VBS is located in a subdir) I tried
=== XLApp.Workbooks.Open "..\RaceBetting.xls" === but that did not

work.

ChDir ".."

arno