Hi
I am trying to use the Following code for opening the Save As dialog Box :
Dim fDialog As Office.FileDialog
Set fDialog = Application.FileDialog(msoFileDialogSaveAs)
fDialog.Show
Note that i have set the refrence i.e microsoft Office 10.0.....
But still i am getting this error as "Object does not support this action .
WHY ??????? HELP ME.
Thanks In Advance.
I am trying to use the Following code for opening the Save As dialog Box :
Dim fDialog As Office.FileDialog
Set fDialog = Application.FileDialog(msoFileDialogSaveAs)
fDialog.Show
Note that i have set the refrence i.e microsoft Office 10.0.....
But still i am getting this error as "Object does not support this action .
WHY ??????? HELP ME.
Thanks In Advance.