![]() |
|
#1
|
|||
|
|||
|
Hello there.. I have several Comboboxes and Textboxes in my UserForm all of them are returning correctly into my DocVariables. The code I used to return Textbox Value to the Variable is: ActiveDocument.Variable("var1") = Textbox1.value I tried now to do the same with the DTPicker ActiveDocument.Variable("var2") = DTPicker.value But it returns either 00:00:00 or 30 0000 2015. I tried to format the DTPicker with the code: DTPicker = Format(DTPicker,"dd mmmm yyyy") Also I tried to change the Variable to: {DocVariable var2 \@ "dd mmmm yyyy"} Each way didn't work. So please can somebody help me. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DocProperty vs DocVariable | ChrisBrewster | Word VBA | 1 | 02-07-2014 02:09 PM |
| DocVariable formatting and the ability to truncate a string. | MaxInCO | Word | 1 | 12-18-2013 05:35 PM |
Calculate the coordinates of a DocVariable, Bookmark or paragraph.
|
MaxInCO | Word VBA | 5 | 12-11-2013 03:28 PM |
DTPicker date formatting
|
Andy2011 | Word VBA | 1 | 08-24-2012 02:45 PM |
DOCVARIABLE copy paste special
|
cyndor | Word | 2 | 04-06-2012 03:57 AM |