Thread: xldialog
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Philipp Oberleitner[_2_] Philipp Oberleitner[_2_] is offline
external usenet poster
 
Posts: 9
Default xldialog

Forgot code :

Sub Auto_Open()

Application.Dialogs(xlDialogOpen).Show "F:\Test\Actis Scan"

End Sub


In there i need to get the full path and then close the file again

Thanks