| Thread | Last Post | Replies |
|
| Help with Date/Time picker | 05 Oct 2006 19:55 GMT | 1 |
I have a userform that includes a Date/Time picker control. I have assigned a variable to the output but when I insert the variable contents into a Word document (into a text formfield formatted as plain text), it is returning the time instead of the date (always 12:00:00).
|
| Naming FF in Table | 05 Oct 2006 19:51 GMT | 3 |
I'm trying to name some formfields I'm adding to a table. What am I missing? Here's my code: For X = 2 To 5 Set orng1 = ActiveDocument.Tables(2).Cell(X, 2).Range
|
| Clearing data from a Userform when completed | 05 Oct 2006 19:44 GMT | 1 |
I have created a Word Template using a table that is populated using a Userform. It all works fine, but when I close the file down and then re-open it to use it again, the Userform appears with all the previous data still in it. Am I able to add a line of code that clears all ...
|
| OLE IDispatch exception code 0: Buffer for return string is too sm | 05 Oct 2006 19:27 GMT | 4 |
I am using Word 2003 in VFP9.0 to create a document with embedded variables. The current method requires a repeated Selection() of the entire document. I've apparently reached a threshhold of some sort, because on some large documents I receive this error - although it does ...
|
| Insert picture in a protected field | 05 Oct 2006 19:24 GMT | 2 |
I am working in word 2003 and I want to include a picture into protected form field. How can this be done. Regards Jorgen
|
| Get value from Field | 05 Oct 2006 19:13 GMT | 7 |
I am trying to get a value from a field on a form but no matter what I do the value returned is always 70, here is the code I am using Sub SR() Dim Message, Title, vusername
|
| VBA: How to make a word on close event macro run just once? | 05 Oct 2006 19:12 GMT | 2 |
I have a on close event macro that adjust some tables in a word document when it is closed for the first time. How do I delete or disable the macro during the first document closing? Is it possible to delete the macro itself as the last command in the macro?
|
| HIGHLIGHT Non-standard Styles macro? (2) | 05 Oct 2006 19:09 GMT | 3 |
I am trying to make a macro that highlights any style that is not in my list (styles and formatting) menu, I only have about 20 styles, I am very new to macros, and using word 2003, I need it to work in word 2000 as well, is this possible.
|
| variables that generate other variables | 05 Oct 2006 19:07 GMT | 1 |
Im working with a collection (mlistaactivos) and I need to dynamically "fill" the collection, but the code below doesn´t work. Any idea mlistaactivos(i).s & VectorFondos(i)
|
| Unable to record macros | 05 Oct 2006 19:03 GMT | 3 |
Someone in our office cannot record macros stored in a network share, even though they have full control permissions to the location. What am I missing?
|
| Use vba to Print Word document to pdf | 05 Oct 2006 16:43 GMT | 9 |
I use an application that uses Automation to create a Word document from within Access. After checking and possibly correcting the Word document, we then print the Word document to a pdf file. Some of our computers have Acrobat Professional
|
| how to create a variable based in others | 05 Oct 2006 16:38 GMT | 3 |
Hi every one, basically I need to solve this problem: Dim c as String Dim n as String
|
| Track changes prob | 05 Oct 2006 16:31 GMT | 3 |
Hi, Before a macro runs, I want to make sure that people turn off their track changes mode (and I would like them to do it manually). However, the script I am using seems to believe that track changes mode is being used when it is not. This happens when the user copies text from ...
|
| Attach/Detach Schemas for word 2007 | 05 Oct 2006 15:36 GMT | 1 |
Is it possible to attach and detach schemas in Word 2007 B2TR through Com Add In. - Noopur
|
| selecting text II | 05 Oct 2006 15:12 GMT | 4 |
once i asked in this forum, how could I select the text between 2 marks, The marks were the first asteristic and the paragraph mark I wrote an example; with this text:
|