![]() |
|
#2
|
|||
|
|||
|
Sub Macro1()
Dim fd As FileDialog Set fd = Application.FileDialog(msoFileDialogFilePicker) fd.Filters.Clear fd.AllowMultiSelect = False If fd.Show = True Then Documents.Open FileName:=fd.SelectedItems(1) End If End Sub |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Issue when opening word file
|
msadiqrajani | Word | 2 | 05-27-2011 08:11 PM |
MS Word - There was an error opening the file
|
cookiegal | Word | 7 | 04-04-2011 12:37 AM |
| Opening zip file attachments in MS Outlook | shankar | Outlook | 0 | 12-07-2010 09:15 PM |
| problem opening ms word 2007 file | shanchita rahman | Word | 0 | 11-17-2010 08:43 AM |
| Opening MSO-2000 file in MSO-2003 | w77 | Word | 0 | 04-21-2009 03:30 AM |