JimmyBlogs
Programmer
Hi.
I've used this before but at another job. I cannot find the reference library that allows me to reference the Filedialog method. I have loaded reference library "microsoft office 11.0 object library" which allows me to decalre a variable as FileDialog. But in the code
'My code
Set DlgOpen = Application.
'From here i do not get the option of FileDialog being available.
'How it should work is below
Set DlgOpen = Application.FileDialog(msoFileDialogFilePicker)
I am not sure if i am missing something here to get my FileDialog method working, or my Access libraries in this new job are buggered.
Anyone have any thoughts ???
I've used this before but at another job. I cannot find the reference library that allows me to reference the Filedialog method. I have loaded reference library "microsoft office 11.0 object library" which allows me to decalre a variable as FileDialog. But in the code
'My code
Set DlgOpen = Application.
'From here i do not get the option of FileDialog being available.
'How it should work is below
Set DlgOpen = Application.FileDialog(msoFileDialogFilePicker)
I am not sure if i am missing something here to get my FileDialog method working, or my Access libraries in this new job are buggered.
Anyone have any thoughts ???