Hello everyone.
In my app, I have several Access to Word functions, creating different documents. For that, I'm using bookmarks like this:
Code:
.Goto what:=wdGoToBookmark, Name:="wproductNumber"
.TypeText [productNumber]
Basically, I want to know, if it's possible to post current date the same way as productNumber mentioned above?
Also, I was searching all over, but couldn't find it..
I want to add red background to textbox, which contains let's say more than 5 numbers/characters. Any sample code or suggestion?
Thanks!