Interacting with objects in MS Word or Mediaface II?
Hey, this will seem like an interesting one. I'm looking to write a program to make my cd labeling process easier. I have a Mediaface II template and a MS Word template for my Neato CD 2up labels. I make lots of DivX movies and like to label them. This is time-consuming as I have to change all the info on the template for each movie. I know a lot about VB and can write the code I need except the part where I would need to interact with the objects in the template (textbox, image). It's pretty simple what I want to do. My template has 3 textboxes on each cd label, and one image on each cd label. Can anyone help me with interacting with the textboxes images, etc.? In my program interface, I will be able to input a list of what will go in the text fields and the image field for each movie. Then when the "Print" button is clicked, the program will loop through each movie, assign the correct info to the objects (textboxes, etc.) and print the labels. This way I don't have to modify my template manually everytime I need to print a label. Any suggestions appreciated.