P
Philipp Oberleitner
Hi atm im using a local version of GetOpenFilename but not everyone on the
network has theis network drive mapped on D:\
Public fName As String
Sub Auto_Open()
'ChDrive "C:\"
ChDir "\\MCHH227A\FS000458\TS B\TS B 2 (MD MM pWLAN
SAM)\IntegrationProjects\# Templates\ServiceBlueprints\SLA Violation Radar"
fName = Application.GetOpenFilename
MsgBox fName
End Sub
If i use a code like this i get an error.
Thanks alot in advance
network has theis network drive mapped on D:\
Public fName As String
Sub Auto_Open()
'ChDrive "C:\"
ChDir "\\MCHH227A\FS000458\TS B\TS B 2 (MD MM pWLAN
SAM)\IntegrationProjects\# Templates\ServiceBlueprints\SLA Violation Radar"
fName = Application.GetOpenFilename
MsgBox fName
End Sub
If i use a code like this i get an error.
Thanks alot in advance