| Thread | Last Post | Replies |
|
| normal open as an add-in program | 15 Nov 2004 03:56 GMT | 1 |
Every time I open Word and/or Outlook (office XP) I get a message that says "The global template, NORMAL.DOT, is already open as an add-in program." How do I shut that off? Also every time I close the same, I get prompted to save two of the
|
| Word Macros: Drawing Objects? | 15 Nov 2004 03:28 GMT | 1 |
tried recording a macro of adding/modifying drawing objects. The macro recorder simply failed to record anything, and in fact, prevented me from performing many operations. What the heck!
|
| FTP access | 14 Nov 2004 21:27 GMT | 1 |
I'm developing a web application which will open, edit and save documents (from within Word). (Using Word XP). My question: will Word allow an authenticated user to open a document from an FTP directory, and then later save it back under the same name to the same
|
| Att: Helmet. Search changes font size. | 14 Nov 2004 19:41 GMT | 1 |
I asked a question last week and I have since managed to tidy up my macros as I was no longer sure whether the macros assigned to 'new macros' or 'this document' or referenced to the .dot was the macro which was running when I clicked on my tool bar.
|
| How ignore margin warning from Word | 14 Nov 2004 19:25 GMT | 4 |
When printing labels from my VBA application I would like to detect and ignore margin warnings from Word. Sure there is a simple way to do that - or ? /BosseH
|
| Indexing Word VBA or Indexer | 14 Nov 2004 10:59 GMT | 1 |
I'm looking for a quick way to index all words in a microsoft word document. The indexer in word seems to be all manual. I tried a program to itterate the word object model but it gives me only word and word number not page number or paragraph number -- in fact I couldn't find page ...
|
| HT mine data from Word to SQL Server | 14 Nov 2004 08:48 GMT | 2 |
I need to be able to somehow mark parts of an existing Word document, pull the marked data from the document and map it into a table in SQL. I have seen information on how to do it from Excel, but not for Word. Can you point
|
| Is there a style sheet for Word when a Word document is opened in | 14 Nov 2004 05:16 GMT | 4 |
Hi! I'd like to know if there exists a technology to change an appearance of a Word document when the document is opened in IE browser? In other words, if I open an existing document in IE, can I change the document style on the client?
|
| Bold formatting | 13 Nov 2004 20:40 GMT | 2 |
I would like to format text to bold which comes in between two special characters, say all the text between # and * as in below . word document formatting # is easy if you know * macro coding. Please provide me a code snippet for this as I'm new to VBA code.
|
| Modules | 13 Nov 2004 03:31 GMT | 14 |
Questions about modules. When I looked in Templates & Add Ins - Organizer in the Duplex Printing template I could see in the macro projects that there were NewMacros and Module1. I expect that I can copy either NM’s or M1 into another
|
| Change date in header | 12 Nov 2004 22:34 GMT | 2 |
I am using wind XP and office 11. I want to replace the date field in header. The date field is autodated, and I want to replace it with last modDate. I can replace the autodate in the document body. but I couldn't do it in the header.
|
| Clearing Memory of an Array | 12 Nov 2004 22:07 GMT | 4 |
Hello, I'm sort of a newb to VBA, so I got a question for you all. I've got a 3 slot array which is taking string values from text boxe on a user form. At the end of the routine that calls the form, I us the "Unload UserForm1" method. I only want to clear those 3 memor
|
| Why my addin can't work correctly when started word programmatically? | 12 Nov 2004 21:01 GMT | 1 |
I built a word addin and placed it under directory *\office\startup. Every time I start word, the addin is loaded and worked correctly. But when I start word programmatically from a app, the addin isn't loaded yet. and I found it is in word.addins collection, but not loaded. I tried ...
|
| FormFields().Result - hidden text | 12 Nov 2004 20:13 GMT | 1 |
Good day all, I have the following Word 2000 VBA code: txtTemp = ActiveDocument.FormFields("myField").Result However, I'm having trouble with the statement returning a
|
| Changing numbers | 12 Nov 2004 16:11 GMT | 2 |
** This is a re-posting of the question asked on word.vba.beginners on 9 November. I'm reposting it here due to a paucity of responses to my first post! ** We sometimes get documents where paragraph numbering needs changing
|