Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 part question about creating footnotes in a template (New to VBA)

Status
Not open for further replies.

chukesgirl

Technical User
Mar 24, 2011
3
US
I have a pretty simple template with a custom userform. I put a listbox in the userform from which the users can select 1 to 3 of the 4 names listed. The Listbox names go into a footnote that is always in the document and it should have an asterisk instead of a number. How do I create this particular footnote?

Secondly, after the template has run, the user freeform types the remainder of the document. They always use footnotes, so is it possible to have their footnotes start at number 1?

The final output of this template should look like the sample below. Thanks for any and all help.

Bookmarked Name )
)
Bookmarked Member # ) Bookmarked Case #
)
Bookmarked Member Type )
________________________)

BY THE COURT:*(Bookmarked Listbox)

The user starts freeform typing and let's say they want to put in a footnote at this point 1/. How can i get

the number to start at 1?



__________________
*Before ListBox Name1, Listbox Name 2 and Listbox Name 3

1/ This is the users footnote 1 text
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top