E 
		
								
				
				
			
		elanus
How can I reference a file using a relative address?
If I have my spreadsheet in TopFolder on Drive C and the file that I
want to access in LowerFolder beneath, the following absolute reference
works:
=IF(FileExists("c:\TopFolder\LowerFolder\File1.xls"),"Y","N")
How can I use a relative reference of the form
"..\LowerFolder\File1.xls"?
				
			If I have my spreadsheet in TopFolder on Drive C and the file that I
want to access in LowerFolder beneath, the following absolute reference
works:
=IF(FileExists("c:\TopFolder\LowerFolder\File1.xls"),"Y","N")
How can I use a relative reference of the form
"..\LowerFolder\File1.xls"?