| Thread | Last Post | Replies |
|
| Automatically generate future date | 12 Mar 2008 20:59 GMT | 3 |
All, hopefully these are the right NGs for this question. I have a user who has a template document that they feed into a program that automatically prints and mail merges them with its database information. The
|
| Need help with ActiveDocument | 12 Mar 2008 20:53 GMT | 8 |
I have a very complex template with 10 user forms that collects various information and inserts information into the Word document in various places and ways. The person requesting this template wants users to be able to work on other documents in the middle of the sequence of ...
|
| Macro - Table (text line delete & bold) | 12 Mar 2008 20:05 GMT | 9 |
I need to create a macro to delete the first line of text in each cell in column of a table and make the next line of text bold. However my VBA skills are somewhat limited. Can anyone offer any help?
|
| Run one macro from another and edit filenames for PDF printing | 12 Mar 2008 15:12 GMT | 21 |
Hi. I have a series of question / answer sheets as word docs. Each Word doc has macros to show or hide answers. My intention is perform a batch process to all docs as follows:
|
| How to reference an active cell | 12 Mar 2008 13:10 GMT | 5 |
I've recorded a simple macro for Excel, where I work with a row. But I want to work with a row the active cell is on, but Macro Recorder has writen me an absolute referencing. Should anyone help me, how to rewrite the code? Sub Zašedění_řádku()
|
| Style name problem | 12 Mar 2008 11:46 GMT | 11 |
When my cursor is somewhere inside a certain paragraph, and i run the following line of code: MsgBox Selection.Paragraphs(1).Style However, the result is different from the style name that I see in the style
|
| How do I invoke the "Reset" button in the VB Editior via code? | 12 Mar 2008 10:58 GMT | 4 |
I am writing a macro in an MPP.The macro runs fine for the first time.But the next time its run its popping up an Error.But again after clicking the "Reset" button in the VB Editor the code works fine again. Is there any way that I can "Reset" in the code itself?So that it will ...
|
| Help with error message | 12 Mar 2008 10:52 GMT | 4 |
Hi; Can anyone help me with the following: I've created a form with some built in macro which allow the user to get different selection list when they select different country. It works well at
|
| Sending Mail in Word | 12 Mar 2008 09:57 GMT | 1 |
I am about to send out a questionnaire that has been created in word, with forms and is protected. I have a return button to allow the recipient to return the questionnaire (the easier the better) and a message box appears thanking them for there
|
| can I link an outlook task item in a word document? | 12 Mar 2008 09:53 GMT | 1 |
I would like to create a word document and link selected outlook task items in it. Is this possible in Office 2003? Thanks for your help.
|
| Does A "Delete Section" Macro Already Exist? | 12 Mar 2008 08:28 GMT | 3 |
I'm looking for a macro that deletes the current section in a multi-section document, and that fixes the header and footer problem that occurs when deleting section breaks. I wanted to find out if someone had a macro out there already before I tackled it myself.
|
| using check box values in a formula | 12 Mar 2008 03:48 GMT | 1 |
I have a simple word form with various formfield controls. I want to use a formula field that counts the number of boxes which are checked (there are only 5). I was thinking I could use an if or something, but I'm not clear on how to get the state of the check box. I'm using ...
|
| parse text document | 12 Mar 2008 03:39 GMT | 3 |
I wonder if anyone could get me started on how to parse the text body of an email. The body looks like this: --------------------|-----------|-----------|-----------|-----------|-----------|-----------|-----------|-------------
|
| Where to place the Do | 11 Mar 2008 21:49 GMT | 4 |
Hello from Steved When I run the macro in "Step Mode" it works as it should. There are 2 Paragraphs The first Paragraph is to be boxed
|
| How to say "paragraph the cursor is in"? | 11 Mar 2008 19:43 GMT | 3 |
I am working on a macro to format graphics. (I owe it mainly to one of the Word MVPs, but I have forgotten exactly where I found it. I am grateful to the author, whoever it was.) The macro starts by checking whether a floating shape, in-line shape, or
|