B
Bradley C. Hammerstrom
A2K,
I have a Sub ReadFolderInfo containing the following lines:
Types = UCase(right(FileName, 3))
Select Case Types
Case "jpg", "jpeg"
It doesn't find the 4-character extension files ("jpeg")--only the files
with 3 ("jpg").
How can I change it to also catch the case when the file extension is 4
characters long?
Brad H.
I have a Sub ReadFolderInfo containing the following lines:
Types = UCase(right(FileName, 3))
Select Case Types
Case "jpg", "jpeg"
It doesn't find the 4-character extension files ("jpeg")--only the files
with 3 ("jpg").
How can I change it to also catch the case when the file extension is 4
characters long?
Brad H.