M
mrojava
I am trying to create a desktop shortcut that will open word and invoke a
macro that does a file/open to a particular folder with a "Files of type"
being All files (*.*). Can someone send me a code fragment for setting
"Files of type". Here is what I've found by example so far. I am not a
programmer.
ChangeFileOpenDirectory "C:\Documents and Settings\Mark\My Documents\Cars"
'Documents.Open FileName:="*.*"
Dialogs(wdDialogFileOpen).Show
' CommandBars.FindControl(ID:=23, Visible:=False).Execute
Uncommenting the Documents.Open Filename generates an error.
Thanks
Mark
macro that does a file/open to a particular folder with a "Files of type"
being All files (*.*). Can someone send me a code fragment for setting
"Files of type". Here is what I've found by example so far. I am not a
programmer.
ChangeFileOpenDirectory "C:\Documents and Settings\Mark\My Documents\Cars"
'Documents.Open FileName:="*.*"
Dialogs(wdDialogFileOpen).Show
' CommandBars.FindControl(ID:=23, Visible:=False).Execute
Uncommenting the Documents.Open Filename generates an error.
Thanks
Mark