| Thread | Last Post | Replies |
|
| WordML Document not opening correctly via Response Object | 19 May 2005 02:12 GMT | 1 |
I am trying to open a wordml document using the following code: Dim xmlDoc As New XmlDocument xmlDoc.Load("D:\VisualStudioProjects\TestXML\TestXML\bin\HelloWorld.xml.doc") Response.ContentType = "application/word"
|
| Custom Line styles | 19 May 2005 02:12 GMT | 1 |
I'm researching to see if there's a procedure for adding different 'styles' of things like the drawing arrows. I'm looking to possibly customize the ends of the lines with different looking arrows. Any and all info on this topic is appreciated.
|
| Error checking on SaveAs | 18 May 2005 23:59 GMT | 11 |
Hi, all; I am working on an add-in that looks at an HTML file and pulls text from a table at the top of the document to become the new name of a new rtf document for SaveAs. The problem is that the HTML files were not created
|
| Word Add in not Activated with document opened in a browser | 18 May 2005 22:11 GMT | 1 |
If my Word document opens in the browser window my add in menu appears but none of the code is run. For example the initialisation routine: Private Sub AddinInstance_OnConnection(ByVal Application As Object, ByVal
|
| Read only columns/cells | 18 May 2005 19:25 GMT | 2 |
I have Word 2003 and I want to lock columns and/or cells in a table so that the text in them is protected from being altered. Is it possible to do it programmatically, or the only way is to do it thru the task pane/Protect Document?
|
| Adding a Combo Box to a document | 18 May 2005 19:24 GMT | 1 |
I've managed to add the combo box and put the underlying code to populate it, but when I try to run the code that populates it, I get a message saying that macros are disabled. I've tried setting security to Low to no avail. How would I go about doing this? Thanks.
|
| How can I create a merge field? | 18 May 2005 19:22 GMT | 1 |
I thnk this would be the appropriate place to post this... If not, I apologize. I have an application - an EMR software - that uses merge fields in a template, to extract information from the patient record, then insert this
|
| Populate a Table Macro using bookmarks | 18 May 2005 19:19 GMT | 1 |
Good evening Microsoft experts, I 'd like to create a table that populates with data from an Oracle database. The connection is already made. We use bookmarks to call the data in the Oracle database.
|
| Setting Margins Programmatically not working | 18 May 2005 19:19 GMT | 1 |
I have a macro that produces a word document when all is said and done. I have some code that goes and sets the margins programmatically, the code is as follows: Set myRange = ActiveDocument.Range
|
| Printing MS Word 2003 | 18 May 2005 19:14 GMT | 1 |
Cannot get MS Word 2003 to print a new created document. All other applications print; PowerPoint, Excel and Access prints perfect but not MS Word. Contacted HP regarding drivers for a HP DeskJet 932C, and after many conversations decided it was not their software problem. The ...
|
| Find and Replace problems with Word OOM and VB6 | 18 May 2005 18:59 GMT | 2 |
Hi all. Newbie to the group. Any help is greatly appreciated. I have a VB6 routine (a method in a class) that customizes a Word document for attaching to an email and sending out. Recently our marketing folks wanted
|
| Save as a word document | 18 May 2005 17:49 GMT | 3 |
I have written a macro that has created a custom save button. However after I have used it once Word keeps on trying to save the document as a HTML web page, rather than a word Document (doc). My code is below, does anyone know what I might need to add to prevent this?
|
| Spellcheck question, but slightly different | 18 May 2005 17:00 GMT | 2 |
I've got the code to spellcheck a bunch of things in my app (by automating Word from VB6), and it works great, but now my users have a different request. They want me to take something out of the database, and spellcheck it behind the scenes -- if ANY errors are generated (so on ...
|
| finding documents with macro | 18 May 2005 16:17 GMT | 1 |
I wrote a useful macro in one document months ago. Now I forget what and where that document is. There are nearly 1000 word documents in my disk but probably only a few contain macro. If there is a way for me to locate all documents containing a macro, this solves my problem.
|
| Can you have multiple bookmarks in one macro? Newbie | 18 May 2005 14:49 GMT | 5 |
I have four bookmarks temp, file, title, appno in a template Is there any way I can place all four bookmarks in one macro or do I have to create 4 separate macros for each bookmark? My bookmark below works great but I would like to place them in one macro.
|