View Single Post
 
Old 10-22-2014, 11:03 AM
jgoodrich jgoodrich is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Oct 2014
Posts: 1
jgoodrich is on a distinguished road
Default Insert an image to a document created by a userform?

Hello all,

In my world, I have a diagram of a human, which I need to make electronic where users can mark pain locations and have it store in their documents.

My idea is a userform with the image with checkboxes where a user can select pain/dysfunction locations. I'd like to figure out how to get the checkboxes from the userform and have them shoot onto the image, which will then go back into the document.

Is something like this a project where I would have to create different images with all the varying checkmark options and have the code see which are selected and shoot a pre-marked image into the document? Or is there a way to programmatically alter the image with VBA?

I know a lot of "moderate difficulty" VBA language, and any advice would be greatly appreciated!
Reply With Quote