Katy Jordan
Well-known Member
- Joined
- Jun 28, 2008
- Messages
- 596
Hi, the below line reads if the user has saved the Csv file in lowercase ".csv" but there is a chance they might save in uppercase, is there some kind of code that i could put into place which would cater for both scenarios?
strFileName = Range("rngRgPath") & ".csv"
strFileName = Range("rngRgPath") & ".csv"