Guest_imported
New member
- Jan 1, 1970
- 0
I've written some VB code that reads an image filename from a file, opens all the html pages on my hard drive and looks for that image filename inside the html code to see if I need to delete the image. The program works great but takes a good amount of time to run. What I need is to know how to add an "Abort Search" Command Button that the user can click to break out of the loop. Any ideas how? Please Advise!!