| Thread | Last Post | Replies |
|
| How to designate two open docs as different objects? | 09 Jan 2008 23:14 GMT | 2 |
I have two documents open. It would be a royal pain to have to browse for them; I just have the folders open and open the two docs needed. I need to desginate one document as "doc1" and the other as "doc2" (Both are Dim'd As Document objects.) I tried a bit with a
|
| Searching for exact number of spaces | 09 Jan 2008 22:43 GMT | 1 |
Is there a way to search for an exact number of "regular" spaces. I want Word to search for 6 spaces. These spaces were caused by blank form fields that were unlinked. The problem that I'm having is that my document also contains 15 and 30 hard spaces that are used to create ...
|
| Subroutine Library | 09 Jan 2008 21:49 GMT | 1 |
I am looking foran efficient way to build a subroutine library. I have thought of just using an excel file with a lot of mofules or using access. They each have drawbacks. How are you managing your subroutines?
|
| Hide and show components | 09 Jan 2008 18:09 GMT | 6 |
Hi : ) I am build some kinda of reports and I have some information I would like to let the user show if he/she want to see or not. If he/she want to see, he/she will click in image component. But I would like to use the 'same' (visually
|
| Word 07 - See Clipboard Contents? | 09 Jan 2008 16:16 GMT | 4 |
Can anyone advise me of a way to see the contents of the Clipboard in Word 2007? I need to see if what's been copied correctly matches a specific instance of data. Thank you!
|
| Word Macro opening Mail Merge Template | 09 Jan 2008 15:17 GMT | 2 |
I am attempting to upgrade a Word Macro from Word 2000 that runs as a forground task scheduled via windows scheduler on a unattended server. During the running of the macro it opens a template built for mail merge that latter dynamically attaches to a CSV data source.
|
| Protect Form code | 09 Jan 2008 12:26 GMT | 3 |
Hi, How do you make the following code Protect only? This code will protect an unprotected form AND unprotect a protected form. I just need it to Protect. Sub ProtectForm()
|
| FormField | 09 Jan 2008 10:33 GMT | 2 |
I have linked text to a FormField on my document and it changes when I manually change the selected item of the FormField. However, when I change the item in a Macro like so it doesn't change the linked text to match: ActiveDocument.FormFields("PortfolioAnalyst").Result = ...
|
| Formfields with User-Properties from Active Directory | 09 Jan 2008 01:36 GMT | 1 |
I want to develop templates with formfields, which contain user-properties from AD like email, telephone, address etc.
|
| Import value from an Excel cell into a Word document | 09 Jan 2008 00:55 GMT | 4 |
I am fairly new to word vba and would like to import some a cell from Excel into a Word document. For example, I would like to import a cell from an excel file (say C:\ \LinkToWord.xls Sheet!1 cell B7, which holds the value 3.55).
|
| Help writing a picture formatting macro | 08 Jan 2008 21:30 GMT | 3 |
I was wondering if you guys could help me. I am trying to write a macro to format a picture I have pasted into a word document. Unfortunately the wrap to text and advanced functions of the format
|
| Unicode Find Question | 08 Jan 2008 14:47 GMT | 4 |
Can Unicode be used in the range.Find function? In this case, the Cyrillic font word is pasted in a textbox (MS Forms 2.0 library) that a range.Find.execute() routine uses as its Find.Text. How do you assign an entire Unicode word to Find.Text? Word 2003, Windows XP.
|
| Dynamic userforms | 08 Jan 2008 13:23 GMT | 2 |
I have created a Word template with a userform attached which appears on-screen for the user to fill-in and subsequently insert information into a letter. The macro which initiates this pop-up userform works great. However, it would be nice to place a date field into the ...
|
| Problem with numbering | 08 Jan 2008 12:10 GMT | 1 |
I was wondering if i could get some help here with style and numbering for word 03. I've been writing some VBA codes that would insert new sections as well as sub-sections. For example, in a word doc,
|
| clip and copy do not work on toolbar or keyboard | 08 Jan 2008 12:01 GMT | 1 |
I am unable to activate clip and copy toolbar buttons on either my keyboard or the toolbar. The Paste works okay. I have gone into the customize on the Edit menu and tried to correct that way but the changes I make are not retained after I close the customize window. Does anyone ...
|