LeoSynapse
New Member
- Joined
- Nov 17, 2005
- Messages
- 2
Long time listener, first time caller.
Allow me to set up the scenario for this topic. I am trying to use Excel to make a 10-up ID card template. It works very nicely, but it needs one last touch to make it into a great utility.
I want the user to be able to insert a floppy, with digital camera images, into the floppy drive, and retrieve the images. Once the image has been selected, I want to be able to have Excel rename the image file (.jpg) and save it in a network directory.
So far, I can get the open file dialog to come up, the file can be selected, and the image is inserted into the worksheet. No problem. I can trap the image's original filename in a variable, no problem. I just can't seem to figure out how to bring up the SaveFileAs dialog to allow me to save the image file. I can get the SaveFileAs dialog to open, and I can have it preloaded with the new filename (LName, FName IDNum.jpg), but in the dialog box, the file type remains *.*. If I click OK, nothing actually gets saved.
Is it even possible to perform this action?
Sorry if my posting is poorly written. My experience with VBA is rather short.
Keith
Allow me to set up the scenario for this topic. I am trying to use Excel to make a 10-up ID card template. It works very nicely, but it needs one last touch to make it into a great utility.
I want the user to be able to insert a floppy, with digital camera images, into the floppy drive, and retrieve the images. Once the image has been selected, I want to be able to have Excel rename the image file (.jpg) and save it in a network directory.
So far, I can get the open file dialog to come up, the file can be selected, and the image is inserted into the worksheet. No problem. I can trap the image's original filename in a variable, no problem. I just can't seem to figure out how to bring up the SaveFileAs dialog to allow me to save the image file. I can get the SaveFileAs dialog to open, and I can have it preloaded with the new filename (LName, FName IDNum.jpg), but in the dialog box, the file type remains *.*. If I click OK, nothing actually gets saved.
Is it even possible to perform this action?
Sorry if my posting is poorly written. My experience with VBA is rather short.
Keith