| Thread | Last Post | Replies |
|
| Correction to Code - WordML Document not showing up correctly | 18 May 2005 14:28 GMT | 2 |
Hi, Please disregard previous code. This is the actual code: Dim xmlDoc As New XmlDocument xmlDoc.Load("D:\VisualStudioProjects\TestXML\TestXML\bin\HelloWorld.xml.doc")
|
| Re : save file | 18 May 2005 11:19 GMT | 1 |
I build a word document for storing patient's history and physical examination.It has several blank spaces that I fill for every patient and then I want to save it in a specific folder. I use several macros for editing this form and I need a macro for
|
| Putting clipboard content into a string variable | 18 May 2005 10:18 GMT | 4 |
If I copy some text into the clipboard, how do I put this text into a VBA string variable?
|
| RangeFromPoint(x,y) error... | 18 May 2005 08:46 GMT | 3 |
Im using word 2003 object model but having a strange bug using the: tmpRange = oWordApp.ActiveWindow.RangeFromPoint(x,y) row = tmpRange.Cells[1].RowIndex;
|
| Doc Templates - Protecting changes to Word Docs while using VBA Fo | 18 May 2005 08:28 GMT | 1 |
I have created a word document template for creating address labels (so that our company lables and other word documents have teh same appearance, style and format) using VBA forms, so that the user enters the address informatiion into the text fields of this form and when OK is ...
|
| Exact copy of a document in memory? | 18 May 2005 08:25 GMT | 9 |
Hello people, I am having an issue with a C# Word add-in (but a VBA solution could help as well). I am trying to create a copy of the current document. First naive attempt:
|
| Variable Record Set | 18 May 2005 05:59 GMT | 6 |
I am trying to create a userform which has a series of ComboBoxes which would be populated from an excel sheet using DAO. I am using http://word.mvps.org/FAQs/InterDev/FillListBoxFromXLDAO.htm as a reference on how to do this.
|
| DAO Error | 18 May 2005 04:19 GMT | 4 |
I have a form that calls to a query in an mdb to populate a combo-box with data. This works just fine on most of the computers and was working well on the rest until yesterday. Basically now on 3 or 4 computers when attempting to open the form the user gets a
|
| preserving dates in saved correspondance files | 18 May 2005 02:47 GMT | 4 |
Any way to do this short of disabling autocomplete?
|
| Undo/Redo hooking | 18 May 2005 00:10 GMT | 4 |
How can I override the default processing of the toolbar Undo/Redo buttons and dropdowns? EditUndo() and EditRedo() macros work with the corresponding keyboard and menu commands but have no effect on the toolbar buttons. Thanks. Best wishes,
|
| Dock custom window to Word frame | 17 May 2005 23:50 GMT | 6 |
Does anyone know how to dock a custom window created within an addin to Word's frame - like it was a Word toolbar? Thanks, John
|
| Selecting trees in Outline View -- do VBA equivalents exist? | 17 May 2005 23:10 GMT | 7 |
I'm trying to figure out the VBA and Word object model equivalents of the following user actions in Word 2003. Word, very usefully, allows a user to select an entire outline tree with just one click, or alternatively with three. I'd like to perform this behavior
|
| Help Inserting repeating sentences | 17 May 2005 22:38 GMT | 1 |
I woulds appreciate some direction. I have a large word 2003 document with 300 plus pages requiring weekly updates. Spread within the large document are many technical sentences (could be as much as a paragraph) which change wording and/or number values.
|
| margins | 17 May 2005 22:35 GMT | 1 |
I want to insert a checkbox before the beginning of every line in a file and not have the text at the end of the line change (i.e., wrap to the next line). I am inserting the checkbox so the user can select a line but I want to text on the line to remain as is.
|
| Floating Point DocVariable | 17 May 2005 22:13 GMT | 4 |
I have a DocVariable that I want to always show up with a Decimal. As of now it cuts the decimal when it is a whole number. I didn't see a way to set it to a floating point number or anything. How can I accomplish this? It has to be simple, I am jsut not seeing it.
|