Search found 3 matches
- Fri Jan 06, 2006 4:16 pm
- Forum: General discussion
- Topic: FileSaveAs in a macro not capturing all files?
- Replies: 7
- Views: 24259
- Tue Jan 03, 2006 10:44 am
- Forum: General discussion
- Topic: FileSaveAs in a macro not capturing all files?
- Replies: 7
- Views: 24259
- Thu Dec 29, 2005 4:52 pm
- Forum: General discussion
- Topic: FileSaveAs in a macro not capturing all files?
- Replies: 7
- Views: 24259
FileSaveAs in a macro not capturing all files?
I'm attempting to save every .grf file in a directory as a JPG file. The macro I'm using looks like this:
ForFilesIn("C:\blahblahblah\*.grf")
FileSaveAs("JPEG Picture", ".jpg")
FileClose()
NextFile
In this particular case I have 50 files I'm trying to operate on. The problem: even though the ...
ForFilesIn("C:\blahblahblah\*.grf")
FileSaveAs("JPEG Picture", ".jpg")
FileClose()
NextFile
In this particular case I have 50 files I'm trying to operate on. The problem: even though the ...