Thread: Path
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stéphane Simard Stéphane Simard is offline
external usenet poster
 
Posts: 3
Default Path

I

Could you tell me how can i write this line to tell to Excel to open the
document "Doc" in volume where Excel actualy run?
In this exemple "MYHARDDRIVE"


Workbooks.Open Filename:="MYHARDDRIVE:Doc"

Thank you!