Hi,
I'm using the GetOpenFilename method of retrieving a file name see below:
Set exApp = CreateObject("Excel.Application")
strFileToOpen = exApp.GetOpenFilename("Picture Files (*.jpg), *.jpg")
and i want to look in an initial directory/folder for these jpg files - any ideas?
I'm using the GetOpenFilename method of retrieving a file name see below:
Set exApp = CreateObject("Excel.Application")
strFileToOpen = exApp.GetOpenFilename("Picture Files (*.jpg), *.jpg")
and i want to look in an initial directory/folder for these jpg files - any ideas?