SBendBuckeye
Programmer
Hello,
I am using the following code in Excel 2000 VBA:
varTemp = Application _
.GetOpenFilename(ovarFileFilters, ovarFileIndex, ovarTitle, ovarMultiSelect)
The MultiSelect option does not work regardless of the setting for ovarMultiSelect. It only allows me to select one file. Has anyone else experienced this problem?
Thanks in advance for any help you can give me!
I am using the following code in Excel 2000 VBA:
varTemp = Application _
.GetOpenFilename(ovarFileFilters, ovarFileIndex, ovarTitle, ovarMultiSelect)
The MultiSelect option does not work regardless of the setting for ovarMultiSelect. It only allows me to select one file. Has anyone else experienced this problem?
Thanks in advance for any help you can give me!