| Thread | Last Post | Replies |
|
| Making email links "active"? | 05 Sep 2006 20:33 GMT | 5 |
I have "instruction macros", as I call them. I call these macros from a button on a special toolbar and a new doct comes up which the macro populates with instructional text, etc. These macros are saved to normal.dot. One macro in particular I have one that types up several email
|
| Using Bookmarks to store User Form data, how to hide? | 05 Sep 2006 19:43 GMT | 4 |
I'm automating our company's standard documents. The idea is to collect info about the document and author, and automatically fill this in at spots in the header and footer. This is to standardize how it's input so users don't have to worry about getting the right format.
|
| Autofilling Pre-Determined Text into Selected Table Cells by a Macro | 05 Sep 2006 17:51 GMT | 5 |
I have a simple idea, which I'm hoping someone can help me with. I have a table with several rows and columns. I would like to be able to select a cell or multiple cells and have a macro: (1) Delete the contents of the cell(s).
|
| Holy Togglin' Macros!!! | 05 Sep 2006 11:58 GMT | 6 |
I've recorded a macro that simply makes my hidden text visible. Now I want to assign the macro to a toolbar button AND get the button to toggle the visibility of the hidden text. How can I do that? Thanks in advance.
|
| how can convert the numbers seperated by ',' from Office97? | 05 Sep 2006 09:26 GMT | 3 |
I have trouble with my software, I've kept my documents in Word97 in my database and most of them are in Farsi, Word97 uses the ',' as seperator for numbers. Now I've changed my Office to XP and these numbers are goint to miss placed, for instance the number 123,563 in 97 now is ...
|
| Macro to select text maching specified conditions | 05 Sep 2006 06:57 GMT | 4 |
I need to create a macro that will start at the begining of a Word document and select all sections of text that are in ALLCAPS. It then must change the instances of all caps to title or proper caps. However there are specific two letter codes that must remain as all caps. Is ...
|
| Macros in Office Basic vs. Office Professional | 05 Sep 2006 05:47 GMT | 2 |
I have documents whose macros run fine in Word in Office Professional but do not run at all in Word in Office Basic. I need to use the documents on both computers. How can I make this work?
|
| issue with form check boxes and mail merge | 05 Sep 2006 04:46 GMT | 1 |
I'm starting to feel stupid and hope someone can help! I have data in an excel document that I would like to merge into a word document. One of my merge categories is Ethnic_Origin with White, Hispanic, Black, Native American, and Other for choices. I'd like that to merge into ...
|
| Word Title Property Dilema | 05 Sep 2006 03:04 GMT | 4 |
Previously posted to Word_VBA @ yahoo and Word_PC. Word 2002 on Win XP. All up-to-date. I have a template that runs a Document.New event. The main part of my problem starts with:
|
| Using VBA how do I return a line number on a page | 05 Sep 2006 02:34 GMT | 2 |
Help! I am writing a series of tables from Access to a Word Template. To avoid breaking the table over a page, I would like to calculate whether or not a table can start on the current page or move to a new page.. It would go something like:
|
| Combobox with For next Loop | 05 Sep 2006 00:52 GMT | 2 |
sorry, i am not very good with VBA but I think this is possible. I want to populate all comboboxes in a word document with the same options but do not want to check for how many of them...I tried something like this... Private Sub Document_Open()
|
| Code won't execute Main Macro Calls - non breaking spaces | 05 Sep 2006 00:38 GMT | 9 |
Hi again Doug and Greg, My MAIN MACRO does not execute the first 2 options DO FIND AND REPLACE. But both syntax work in the Find and Replace window. The remainder of the MAIN MACRO options execute.
|
| Can date format be changed | 04 Sep 2006 20:47 GMT | 7 |
I have a number of paragraphs which start with the date in the format 05.09.2006 that is dd.mm.yyyy Please can you write a macro to find dates in dd.mm.yyyy format
|
| How to copy RTF into another application? | 04 Sep 2006 20:40 GMT | 6 |
I have a macro that parses a Word Document (a resume) and creates an Outlook contact out of it. I then copy and paste the entire contents of the document to the Notes field in Outlook. A manual copy/paste of a Word document's contents into the Notes field in Outlook preserves the ...
|
| Convert any case format to Upper Case format | 04 Sep 2006 20:27 GMT | 1 |
I have prepared the code for the worksheet as follows. This code converts the text to upper case format from any cell of the worksheet. Also it checks for the specific text as well. This code works fine for all columns and rows in the worksheet.
|