davidbeach
Electrical
- Mar 13, 2003
- 9,480
Just starting to get my feet wet with Windows 10. One VBA routing I have been using since XP includes the line:
That has always produced a file open dialog box and returned a string with the path and file name of the selected file. Trying this evening for the first time under windows 10 (64 bit, everything previously has been 32 bit, if that matters), and execution halts after I select a file name in the dialog box.
Anybody have any ideas why code that never caused problems under XP and 7 now fails, without warning or error, under 10?
Code:
PathFile = Application.GetOpenFilename("AcSELerator Export Files (*.txt), *.txt")
Anybody have any ideas why code that never caused problems under XP and 7 now fails, without warning or error, under 10?