P
Pyrite
I have created a UserForm for a template document. There are four fields
which are completed in this manner. The problem is that the 'Director' field
should appear in two places. At the top as 'Memo From' and also in the
signature. I have placed the bookmark in the first location and then tried to
reference the bookmark to the signature but it wont work. The name is
inserted 'inside' the bookmark if that helps.
For the reference I have used { REF "Director"} , { Director }, { REF
Director}, {"Director"} but nothing. As a temporary work around I added a
line of code to the command button so that it places Director at a new
bookmark created in the signature as well as the original bookmark.
Also, I had this document working using Fill-ins and underneath the
signature line I had a number of IF's to complete the directors title such as
{ IF "{ Director }" = "John Smith" "Managing Director" ""}{IF "{ Director }"
= "Mark Jones" "Financial Director" ""} and that completed the title for the
signature. This doesn't work either now that I have utilised a UserForm.
Any help will be much appreciated.
which are completed in this manner. The problem is that the 'Director' field
should appear in two places. At the top as 'Memo From' and also in the
signature. I have placed the bookmark in the first location and then tried to
reference the bookmark to the signature but it wont work. The name is
inserted 'inside' the bookmark if that helps.
For the reference I have used { REF "Director"} , { Director }, { REF
Director}, {"Director"} but nothing. As a temporary work around I added a
line of code to the command button so that it places Director at a new
bookmark created in the signature as well as the original bookmark.
Also, I had this document working using Fill-ins and underneath the
signature line I had a number of IF's to complete the directors title such as
{ IF "{ Director }" = "John Smith" "Managing Director" ""}{IF "{ Director }"
= "Mark Jones" "Financial Director" ""} and that completed the title for the
signature. This doesn't work either now that I have utilised a UserForm.
Any help will be much appreciated.