| Thread | Last Post | Replies |
|
| Problem inserting date | 14 May 2005 00:40 GMT | 1 |
I am using code to insert text in a bookmark and retain the bookmark after the text is inserted. It is working for most things, but I can't get it to work when I am inserting a date. Following is the code I am using: If ActiveDocument.Bookmarks.Exists("Date") Then
|
| Can an outline be scrambled randomly? | 13 May 2005 21:54 GMT | 7 |
We use a numbered outline to create Multiple Choice Exams. When we need several versions of the same exam (same questions in a different order), I have to cut and paste manually, which is time consuming. WordPerfect had a tool to automatically scramble. Is there a way to do ...
|
| Unprotect Word Document via C# and .NET | 13 May 2005 21:26 GMT | 5 |
I am trying to unprotect a Word2003-document using .NET-libraries and C# (btw: the document protection in my case does not require a password). So, the .NET-library provides me with the _Document.Unprotect(ref object)
|
| Help- Error 91 | 13 May 2005 20:51 GMT | 2 |
I'm hoping someone can help me with this because I am pulling my hair out over this! I am using a sub to copy data from an XL sheet into a Word doc. The sub is shown below. When I run it, I get an Error 91- Object variable or With block variable not set. (the error highlights the ...
|
| Binding a key to a sub with a parameter | 13 May 2005 20:35 GMT | 1 |
Can I bind a key to a sub that takes a parameter? For example, if I have Sub test (arg as String) 'Do stuff End Sub
|
| refreshing text after style update | 13 May 2005 18:41 GMT | 1 |
I have a userform which, after certain command buttons are pressed, changes properties of a particular style, e.g.: ActiveDocument.Styles("myHeading").Font.Color = RGB(R, G, B) however, the document doesn't change automatically to reflect the
|
| Protecting a Template | 13 May 2005 18:39 GMT | 1 |
I have a template document set up as a Memorandum for our office. I want to set some protection for it so the user can edit and/or add to the document but can not save the document to the same name and overwrite my template. Under Tools, Protect Document, none of the three ...
|
| Testing for page orientation whilst in headers | 13 May 2005 18:25 GMT | 2 |
I have a document with a number of sections. Some of those sections might be in landscape. Each of those sections has a graphic in the header - one kind of graphic for a portrait page and another for a landscape one.
|
| error number 50289 | 13 May 2005 16:11 GMT | 1 |
We recently started experiencing an error in a toolbar that has a button for creating a customized letterhead, memo or fax cover. We've been using this toolbar for over a year. The first error we received is:
|
| ANN: Dynamic Menus COM Add-In Sample Project | 13 May 2005 14:56 GMT | 3 |
I just put together a sample project that shows how to do a COM Add-In for Microsoft Word that updates its menus dynamically. It features one of my main techniques, using a .DOT file built at design-time to hold the command bar buttons. I put this together real quick so I don't ...
|
| Word Document Sizes | 13 May 2005 14:52 GMT | 1 |
Coudl someone please give me some feedback on the following problem: I have a user who is busy trying to amend a large (67Mb) Word document. The document is running slow, frequently freezes and can take a time to open. It does contain quite a bit of formatting (alignments, tables ...
|
| First page of the document should be in front | 13 May 2005 13:45 GMT | 3 |
When i open the document which contains more than say 4 - 5 pages, when the document comes up, some times second page will be in front and some times 3rd or some times even some other. Is there any API using which, my opened document should show the first page always.?
|
| Breaking link to a template while preserving autotext and macros | 13 May 2005 13:44 GMT | 2 |
Hi again One more thing about the global template. Is there a possibility to remove the link to that template and copy all the needed content to the current document?
|
| problem with multiple startup templates in word | 13 May 2005 13:38 GMT | 4 |
I want to use two different startup template for word (depending on the group the user is in, the user will see one or two templates). Each template has its own menu in the menubar. This menu is used for calling macro's. So far no problem.
|
| Autotext, {IF} and absolutely placed items | 13 May 2005 13:27 GMT | 1 |
Hi again I'm trying to show/hide certain graphical elements in my document's headers and footers. So, the elements get placed in an autotext entry. Then, using something like
|