| Thread | Last Post | Replies |
|
| Can't enable the macros in Word - system says it is but it is NOT | 25 Jun 2008 05:52 GMT | 1 |
Went on line, followed instructions, but my system says macros are enabled, but I still get the most annoying message that they are disabled every time I open a WORD document
|
| Word/Character Count for a Group of Documents | 25 Jun 2008 05:06 GMT | 6 |
Does anyone know where I could find some VBA code that would help me extract the word and character counts for a group of Word documents in a given folder? Ideally, I would like to extract this information and have it go directly into a new document (in a table preferably). The ...
|
| Problem Inserting graph | 24 Jun 2008 23:07 GMT | 3 |
I use the code below which I got from here to insert a line graph, which works. But shows a bar chart before changing to a line graph which can take some time to change and seems to be messing things up. So I have place the following code after it to to pause things to see if ...
|
| inserting blank line | 24 Jun 2008 20:37 GMT | 1 |
I have a template which has a userform for the user to choose which type of letter. the form has a dropdown and formfield("text13") For 2 of the types I hide the dropdown and the formfield.
|
| Using VBA to create a formula | 24 Jun 2008 20:34 GMT | 1 |
I am trying to create a formula (in VBA code) that will enter a formula in a spreadsheet to count the number of cell entries. The count formula will be for a random number of rows and may appear anywhere on the sheet. Eg i want to take the active cell and enter a formula to do the ...
|
| Insert values from Excel at Bookmarks in Word | 24 Jun 2008 20:30 GMT | 1 |
I have a word document (Document1) with five bookmarks. I have an excel workbook (Workbook1) with three sheets. I want to insert values from different cells in the excel workbook into the five bookmarks. The values in the excel workbook are placed in different cells in the
|
| Email subject line in Mail Merge | 24 Jun 2008 20:28 GMT | 4 |
I'm trying to do a merge to email, but would like the subject line of the email to contain a mergefield. Per the mailmerge forum, this isn't supported, but may be possible through VBA. What I'd like is for the subject line to be:
|
| Update Links | 24 Jun 2008 17:36 GMT | 2 |
I have about 5 links in my Word doc all lnked to 5 different excel files. They are set to update automattically when the document opens. But if some one changes the excel file it does not reflect it in the document until I update the links manually by either goin to edit/links ...
|
| Inserting a Page Number in a Table in a Header | 24 Jun 2008 17:22 GMT | 6 |
I'm trying to insert a page number field inside a table inside a header. Basically, I want the text in Cell 1,1 to print, then Cell 1,2 should have "Page X" in it. Here's what I have so far: With ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range
|
| Track Changes VBA Granular information needed | 24 Jun 2008 16:30 GMT | 27 |
I have a VBA code that allows me to extract and create a new document and formatted report of the track changes that happened to the document. However, I need it to be more specific in what changes. Sorry for the clarification issue.
|
| Macro - Subtract one day from current date | 24 Jun 2008 14:24 GMT | 4 |
I have been reading past posts from people who want to auto put a date in their document that is not currentdate. I have read "WORD Date & Time Manipulation: Tips & Techniques" document and I tried doing exactly what it has and I am not getting any closer to my goal. So I think a ...
|
| ReProtect = Reset Forms | 24 Jun 2008 14:15 GMT | 3 |
Help, I'm using the following code to re-protect form fields in Odd Numbered Sections. It works great except it is also resetting the form fields. Here is the code that I am useing. Thanks for your help. Sub reprotect()
|
| how to pause running application | 24 Jun 2008 13:32 GMT | 1 |
How to pause an application which is creating an word report? i want to pause these word report generation and want to resume it after i restarting the system. The data for word report generation is taking from MS Access and SQL server.
|
| Editing template with Image to be changed. | 24 Jun 2008 09:38 GMT | 1 |
I have over 100 documents and I have to change a small image that needs to be changed. Is there a way to search a document for the first graphic Object it finds and replace them with another one? I have some scripting that replaces text,
|
| Word temporary scratch file limit | 24 Jun 2008 09:11 GMT | 2 |
I have a WORD XP COM Addin that is used to generate reports. During the generation of a report, the COM Addin does a lot of things; a huge number of times. The things that it does are changing the selection, inserting of text, deletion of text, inserting table rows, copy and ...
|