May 12 2022 10:15 AM
Hi i have a macro that check different extension to find the correct pic on the pc and i do it via error check is error then check the next extension like this
On Error Resume Next
If Err.Number <> 0 Then
Err.Number = 0
....
It was working fine until now, that maybe some update now pop up a message saying that the file is not found in the path.
How can I disable the popup message or how can i check the path exist before adding the picture to resolve error
Jun 28 2022 05:29 AM