P
papou
Hi Nadeem
You could use either of these methods :
Open a file:
Application.Dialogs(xlDialogOpen).Show
Or
Application.GetOpenFilename
Save file as:
Application.Dialogs(xlDialogSaveAs).Show
Or
Application.GetSaveAsFilename
See VBA help for examples
HTH
Cordially
Pascal
You could use either of these methods :
Open a file:
Application.Dialogs(xlDialogOpen).Show
Or
Application.GetOpenFilename
Save file as:
Application.Dialogs(xlDialogSaveAs).Show
Or
Application.GetSaveAsFilename
See VBA help for examples
HTH
Cordially
Pascal