I am uploading an issue log weekly into access. It's a list of numbered tickets from which I can derive which tickets are planned to go into our production system and when (which week of the year) and which tickets got closed and when (in a specifc week of the year).
On my reports I can do a...
Doesn't anybody have an idea, please??
How do I proceed when I want an userform field, e.g. LastName, to fill in mutliple fields in the Word document.
I'm used to work with bookmarks which is working okay, but because bookmarks are unique there is an one-on-one relation, so I can not let the...
I created a VBA userform in Word, but I want a userform field to fill multiple fields in Word. Bookmarks are supposed to be unique so that doesn't work. Is there another way?
I am building a userform in Word but I can't get 1 VBA field on my userform to fill several bookmarks in the Word document. I don't want users to have to fill in the same value e.g. 4 times. I know every bookmark is supposed to be unique. Is there a way (for instance by linking it to Word...
I am building a useform in Word but somehow I can't get 1 field on my userform to fill several bookmarks in the Word document. I don't want users to have to fill in the same value e.g. 4 times. I know every bookmark is supposed to be unique. Is there a way (for instance by linking it to Word...
I am building a useform in Word but somehow I can't get 1 field on my userform to fill several bookmarks in the Word document. I don't want users to have to fill in the same value e.g. 4 times. I know every bookmark is supposed to be unique. Is there a way (for instance by linking it to Word...
I'm trying to create a userform in Word with VBA. I found this example on the net:
Private Sub CommandButton1_Click()
With ActiveDocument
.Bookmarks("Vornaam").Range_
.InsertBefore TextBox1
.Bookmarks("Achternaam").Range_
.InsertBefore TextBox2
End With...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.