| Thread | Last Post | Replies |
|
| normal.dot template becomes huge | 05 Oct 2006 12:17 GMT | 4 |
I'm having a problem with my normal.dot becoming enormous after I run a macro. This macro has a lot going on, but nothing that obviously would affect my normal.dot file. It basically goes through a folder, opens a bunch of files one at a time (about 70 or 80 files in all), ...
|
| Unlinking Fields | 05 Oct 2006 11:30 GMT | 6 |
In Word 2000, can you unlink a specified field throughout the document in one shot?
|
| Retrieve all Bookmarks in a Document | 05 Oct 2006 09:14 GMT | 2 |
I am trying to parse through a word doc using vb.net and retrieve the names of all the bookmarks I need to be able to do this without knowing how many bookmarks they may be Thanks in advance
|
| Cell direction in table | 05 Oct 2006 06:40 GMT | 3 |
I have a table with rtl direction with 4 cells one of my cells ontext is righttoleft what should I do in vba?
|
| Search string beginning at the end | 05 Oct 2006 03:52 GMT | 2 |
I tried to find the answer to my question in this newsgroup's Google archive but didn't find anything specific to my question. Suppose I have a string that's 40 characters in length. Starting from the end of the string, I want to search backwards to find the first occurence of
|
| Word 2003, macro to find txt, delete specific part of line, contin | 05 Oct 2006 02:31 GMT | 4 |
One more thing I am having problems with - I need to find some specific text - space, period, space, space, PAC. This is the only common item to all the lines that need to be changed, and always occupies the same position. Once this is found, I need to go to the beginning of the ...
|
| Updating Cross Reference Fields in VBA | 05 Oct 2006 02:30 GMT | 2 |
Can someone tell me how or if it is possible to update a cross reference field through VBA code. I have a form letter set up. In in, I have a Form Field with a Bookmark name of "ContactName". I have a Cross Reference field which I set up by Insert-Reference-Cross Refence and ...
|
| Delete and backspace key interception | 05 Oct 2006 02:15 GMT | 1 |
I intercept the delete and backspace keystrokes in Word 2000-> 2003. In most cases, there is no problem. However, if a modal window (envelopes and labbels or "If... then... Else in the mergefield functions for example) is open, it is impossible
|
| Providing Help to Users | 04 Oct 2006 23:26 GMT | 2 |
I'm developing some user forms for Word 2002/2003. They are the dialog box type userforms not the document forms. I'd like to give my users some help when filling out the various fields. I've been using user forms called via a command button with
|
| Check if ActiveDocument Exists | 04 Oct 2006 23:23 GMT | 5 |
I'm attempting to determine whether there is an ActiveDocument off the Application. Scenario: Word application is running but there is no open document. User clicks a commandbar button. I need to determine in the code behind the
|
| dilemma with bookmarks | 04 Oct 2006 21:04 GMT | 1 |
I have a Word file (named project.doc) with bookmarks which identify pieces of data that I need to replace from time to time from data that exists in a separate file (named updated_data.doc). The "updated_data.doc" file has key pieces of data such as a project title,
|
| hyperlink | 04 Oct 2006 20:28 GMT | 2 |
I need to insert a hyperlink in a file that will kick off a macro. What I did was create a template (startmacro.dot) with this code: sub autoopen() Documents.Add Template:="mytemplate.dot"
|
| Run-time Error 5981 "could not open macro storage" | 04 Oct 2006 19:18 GMT | 5 |
One of my coworkers recently started getting these errors when opening a Word document, and she doesn't remember changing any settings. She still has Office 2002 and I checked the macro security settings - they are low. I also made sure the Trust all add-ins,etc was checked. I'm ...
|
| Where is calendar template that can be used for any year? | 04 Oct 2006 19:05 GMT | 2 |
The calendar format template (for Word) I need was found in Calendars>2005. Surely there is a way to create a template that can be used for any year or used by the Calendar Wizard. Anyone?
|
| Dates with the Macro | 04 Oct 2006 17:05 GMT | 1 |
I currently have the following coding: Dim TB2 As Date TB2 = TextBox4.Value TextBox4.Value = Format(TB2, "dd mmmm yyyy")
|