• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

User Form Help Needed

D Coker

Member
Hello all,
I have a user form that is a rough work in progress (attached).

Basically, I need to
load photos from a folder (done)
go through each photo and add certain attributes (done)
once all photo attributes are added, save each photo in the current folder(not done)

Code:
savepicture me.image1.picture

I can save the photo from the user form using the above code, but the photo filesize is 1000% larger than before. I need to do this two times for each photo actually.
One photo saved as original but with new file name as assigned in the user form.
One photo saved as a thumbnail (120 x120) with the same file name +"_thumb"


Is this doable with what I have completed so far? Thank you all!
 

Attachments

  • Photo Report.xlsm
    49.6 KB · Views: 7
Back
Top