I have to pull a set of scanned invoice images monthly from a UNIX database, and burn them onto CD. There are usually several hundred. Now I have to filter certain ones out by company, but the software we have to do this won't do it the way I need to. What I want to do is generate a list of images that I DON'T want by Excel querying the database via our ODBC link, then pulling off the this month's images and deleteing the unwanted ones that are on the above list.
I want to put it into a macro so I can run it easily, but can I delete, say, image (tif) files from an Excel macro?
I want to put it into a macro so I can run it easily, but can I delete, say, image (tif) files from an Excel macro?