A
avkokin
Hello.
I can open dialog "FileOpen" (the code below). But how can I open this
dialogue with specified folder? Moreover! How can I open the specified
folder (e.g. "C:\Documents and Setting\Anton Kokin\Application Data
\Microsoft\Office\Recent") if name's user (e.g. "Anton Kokin") maybe
is different? If this code will execute on others computers?
My code:
Sub getSpecFolder()
Dim oD As Dialog
Set oD = Dialogs(wdDialogFileOpen)
oD.Display
End Sub
Thank you.
I can open dialog "FileOpen" (the code below). But how can I open this
dialogue with specified folder? Moreover! How can I open the specified
folder (e.g. "C:\Documents and Setting\Anton Kokin\Application Data
\Microsoft\Office\Recent") if name's user (e.g. "Anton Kokin") maybe
is different? If this code will execute on others computers?
My code:
Sub getSpecFolder()
Dim oD As Dialog
Set oD = Dialogs(wdDialogFileOpen)
oD.Display
End Sub
Thank you.