I'm trying to open Windows Explorer at a folder that relates to the current record.
n Error GoTo StartError
Dim objOutlook As Object
'Create a Microsoft Outlook object.
Set objExplorer= CreateObject("WinExplorer.Application")
Set objExplorer = Nothing
Exit Sub
StartError:
MsgBox "Error: " & Err & " " & Error
Exit Sub
Is it possible to open Explorer like you would Excel etc?
many thanks
n Error GoTo StartError
Dim objOutlook As Object
'Create a Microsoft Outlook object.
Set objExplorer= CreateObject("WinExplorer.Application")
Set objExplorer = Nothing
Exit Sub
StartError:
MsgBox "Error: " & Err & " " & Error
Exit Sub
Is it possible to open Explorer like you would Excel etc?
many thanks