View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Arthlan Arthlan is offline
external usenet poster
 
Posts: 1
Default GetOpenFilename Dialog default path

Hi

I'd like to display the open file dialog, but I'd like to default to the path that the workbook is in. I tried setting application.DefaultFilePath, but that didn't seem to help. I even tried opening and closing another file (quickly) in this path thinking it might stick -- it didn't

Is there any way to do this

Arthlan