Hello, I am working on automating a download process from a website. The user lists a bunch of parts to pull drawings for, then the macro iterates the list in the website. I am using the Selenium plug-in. There are two possible file types for the drawings, PDF and TIFF. I want the macro to first search for the TIFF for the part number. If there is no TIFF, then I want the macro to search for the PDF. If there is no PDF, I want the macro to make note of that part number (basically mark it as "bad"), then move on to the next part number and repeat. I'm basically trying nested error "GoTos" but that doesn't seem to work. Here's my code. Any help would be greatly appreciated. Thanks!

Please Login or Register  to view this content.