macro to add line

A

Andre Grujovski

I am trying to design a macro that will create a new row in a table. Is this
possible? I actually want it to create a row, and then have form fields in
the row? Is either one possible?

p.s. THIS IS A WORD PROGRAMMING QUESTION, CORRECT?????
 
G

Guest

Okay, I figured out how to create my form field. I really
don't know how to create a row, but I guess that's pretty
simple as well. My next question is:

Selection.FormFields.Add Range:=Selection.Range, Type:= _
wdFieldFormTextInput

The above creates my form field, but I want to have
default text in it, what do I need to add?
 

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