VBA-on wordmerge

J

Jim R

I'm trying to merge word with excel. Everything is working but I have
a compound IF statement and some calculations that I would like to do
with each form that I print or row I merge. I'm fairly knowledgable
with Visual Basic but don't know much about VBA. I'm not sure where
to put the code in VBA and what event would trigger it. Any help
would be appreciated.
 
P

Peter Jamieson

I suggest you open Word, go into the VBA macro Editor, open the help file,
and look up the Word VBA stuff on the Events in the Word object model. The
examples are probably just what you need to get started in this area.

Although there are differences between VB and VBA they are pretty similar -
what you really need to get to grips with is the Word object model.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top