| Thread | Last Post | Replies |
|
| Force save when using File New | 29 Jul 2005 00:32 GMT | 2 |
I am creating a template in Word 2003. When the template is used by choosing File, New, I would like the Save As dialog box to come up automatically to force the user to save it in a folder and with a filename of their choice. I can record the macro and save it as AutoNew, but I ...
|
| Rethink in design of document / vba coding help please | 28 Jul 2005 22:46 GMT | 4 |
I have produced a document for a friend which has a table for data and a table for totals My document basically is all done as word and using the vba to do caculations and check data in the table for integrity.
|
| Copying text from one section of a document to another?? | 28 Jul 2005 22:39 GMT | 9 |
I need a means in VBA or similar to copy all text from a user entered section of a document to another section of the same document and preserve all formatting and text. Is this possible? I had been using the STYLEREF for this but the problem is I may have
|
| How do I make only periods on my screen appear bigger? | 28 Jul 2005 21:05 GMT | 2 |
For ease of reading on my screen, I want only the periods a lot larger and bolder, i.e., Lucinda Console, etc. We use Times New Roman 12 at work, and the periods colons are so faint I can barely see them. I do not want to enlarge everything. I'm trying to find an autocorrect ...
|
| Hidden Text Using Checkbox | 28 Jul 2005 20:40 GMT | 3 |
I'm trying to write a macro that will toggle text in a bookmark between hidden and unhidden using a checkbox. I still need the text visible on screen, but I just don't want the text to print. I managed to make it work one time, but something must have gone wrong in my code. Does ...
|
| Range of a field | 28 Jul 2005 20:36 GMT | 3 |
[Word 2000 on Windows XP] This is about creating page number prefixes of the form C.9, where C is the SEQ nubmer of the chapter. I can do it all manually through the UI, but I'm trying to do it programatically.
|
| Searching multiple, though similar documents, for specific text. | 28 Jul 2005 18:30 GMT | 2 |
I am attempting to create an Access database that will populate table fields based on the search results of current and potential employee resumes. For example, capturing X # of characters either side of words like "Master's Degree", or "Military." I already have a similar ...
|
| Change text color | 28 Jul 2005 17:44 GMT | 2 |
I have a blue that I have to change throughout several documents to a specific blue with RGB colors values. Is there a way to do this through VBA?
|
| Design Mode | 28 Jul 2005 16:50 GMT | 1 |
I am having a problem with a document that has been created. Inside the document there are several VB textboxes that just contain basic text. However everytime you open up the document the design mode is always active. Is there anyway of disabling it so it doesnt appear in design ...
|
| Design Mode | 28 Jul 2005 14:57 GMT | 1 |
I am having a problem with a document that has been created. Inside the document there are several VB textboxes that just contain basic text. However everytime you open up the document the design mode is always active. Is there anyway of disabling it so it doesnt appear in design ...
|
| record a macro to open a folder, not a file | 28 Jul 2005 14:41 GMT | 3 |
Dear folks: Is it possible to record, or create, a macro that opens a folder only (Word 2003)? I tried to record all the necessary steps but it didn't allow me to stop recording unless I chose a specific file within the folder. Can anyone
|
| Paste Special Macro -- how to place cursor at end of paste? | 28 Jul 2005 14:09 GMT | 3 |
In my paste special macro, I wish that the cursor would appear at the end of the paste rather than at the beginning. The "placement" variant in the PasteSpecial method doesn't seem to do the trick. So, for now, I'm inserting dummy text ("&&") as a work around. I suspect there is ...
|
| Find text in table and select table | 28 Jul 2005 13:24 GMT | 2 |
I need to find a table (in a document that have alot of table) in which one of the column has "name". If the table has the word "name" then it will calculate the number of row and column of the table. I still cant seems to code it. Thanks for the help.
|
| macros disabled in protected form | 28 Jul 2005 13:16 GMT | 1 |
I have created a word-2002 form that captures student name, operating system, email address, etc. I want to create a macro that saves the completed form as 'form data' only and saves the file as a normal word document.
|
| Insert Symbol into table cell | 28 Jul 2005 12:22 GMT | 1 |
How do I insert symbols into a table cell? The follwoing code fails because its not a simple selection. Thanks hals_left
|