Forum Discussion
WLLIAN
Sep 28, 2024Brass Contributor
EXCEL CLOSE WHEN DONT FIND IMAGE
Hi, i have a file that load multiple image by name on a column. But when don't find the image file... the file close him self. The file and the folder with the images are in the same place. There ...
- Sep 28, 2024
WLLIAN To avoid this situation you can check if the file exist or not. Use DIR() function to check it.
If Dir(rutacompleta) <> "" ThenSee the attached file for full codes.
Harun24HR
Sep 28, 2024Silver Contributor
WLLIAN To avoid this situation you can check if the file exist or not. Use DIR() function to check it.
If Dir(rutacompleta) <> "" ThenSee the attached file for full codes.