View Single Post
 
Old 01-30-2023, 07:52 AM
JamesMWood JamesMWood is offline Windows 10 Office 2021
Novice
 
Join Date: May 2022
Posts: 25
JamesMWood is on a distinguished road
Default

If I add multiple filename extensions with Or, it only seems to pick up on the first one. Any idea what might be wrong? e.g.

If Not sName Like "image*.jpg" Or sName Like "image*.png" Then

only jpg gets picked up on
Reply With Quote