| Thread | Last Post | Replies |
|
| Word is looking for a cryptic dot file. What's going on? It no-worky | 04 Mar 2008 23:42 GMT | 2 |
1. I have generated a doc file with an attached dot file. 2. The dot file was put into a share and is attached to the doc file using the full path. 3. All the code is now in the attached dot file
|
| Document1 | 04 Mar 2008 22:43 GMT | 4 |
Does anyone know how I can change the layout of the default "Document1" that Word opens automatically on entry. I know I can create a new document based on my own template, however I would like it to avoid the extra keystrokes.
|
| Macro to find and delete specific table | 04 Mar 2008 22:01 GMT | 2 |
We have a one-row, blank table appearing at the bottom of page 1 in hundreds of documents (it is not in the footer). This was due to a conversion utility that was used on these docs. Anyway, I need to create a macro that searches the doc for this table but I can't use a ...
|
| Delete Everything Inbetween | 04 Mar 2008 21:43 GMT | 2 |
Hello from Steved Delete everything inbetween. I would like a code please that would find say for example "home" and then delete everything to the word "place". Yes including "home" and "place".
|
| My lost word file | 04 Mar 2008 21:12 GMT | 1 |
I was working in word. I type already how many chapters but my computer log off that did not save my work. Can you help me? How can I locate my file. I look already in recovery word, I also go microsoft office work but still the word file I made not found. I
|
| Retrieveing email addresses from Word Doc | 04 Mar 2008 18:26 GMT | 1 |
I need to extract telephone numbers from a Word document and insert them in Excel. So I decided to search for the area code (450). However my loop that executes the Find method doesn't stop, so I'm stuck in a loop. Can anyone tell me what I'm doing wrong?
|
| Macro for deleting mult. pictures in word | 04 Mar 2008 17:37 GMT | 5 |
I need a macro for deleting multiple pictures (over 400) in a 2003 word document.
 Signature Howard Irwin
|
| Endnotes and formatted text | 04 Mar 2008 16:13 GMT | 3 |
Hi, I am trying to create a Word C# add-in that will find all of the endnotes in a document, re-sort them so that the first one will be #1, and add a hyperlink back to the section heading that the endnote reference resides in. Most everything is working well except I can't do two ...
|
| Microsoft Office Document Writer opens up after creating a tif file printing to the MODI printer | 04 Mar 2008 13:59 GMT | 1 |
Why? VBA code to create by printing 10 tif files from doc files, creates the tif files, but afterwards opens up modi ten times! What a nightmare as there is a delay so hard to kill....
|
| Populate Comments property from paragraph items | 04 Mar 2008 12:22 GMT | 4 |
Searching for something like this for many hours and still no luck. I have an account that provides me with approx. 300 word documents a month. I process these in batches and send them to a file server for further action. Is it possible to write a script or macro to take the first ...
|
| InlineShapes | 04 Mar 2008 12:07 GMT | 3 |
I want to know how to retrieve the list items of List Box and combo Box controls available in Inlineshapes. Thanks in advance. -----
|
| How to change list for normal text and add dash? | 04 Mar 2008 08:37 GMT | 3 |
Hello. There is short story with dialogues. These dialogues has formated of list marked (the dash). I need to format these dialogues into other style (Normal) and insert before each dialogues the dash, as is it was previously with list. I wrote the code, but it replace
|
| Assigning a String to a Variable in Word 2003 | 04 Mar 2008 06:19 GMT | 3 |
In Word 2003 VBA, if I wanted to assign a string to a variable, I could do it with the following code: Sub eraseme() Dim MyText As String
|
| Cascading dropdown | 04 Mar 2008 02:23 GMT | 1 |
The user selects a name from a Drop down field and then an address automatically appears in a Text form field without the user having to click in the Text form to trigger the change. In html its called a cascading dropdown. This html site explains it
|
| Incredibly frustrated with Macro | 03 Mar 2008 23:54 GMT | 2 |
I have a macro that I am using that works like this, drop down selection has 5 choices, if choice 2 or 3 is selected then a message will pop up stating that the next field needs further clarification and to please fill in, in otherwards it will not allow the user to go past the ...
|