| Thread | Last Post | Replies |
|
| kill statement | 26 Oct 2004 22:54 GMT | 1 |
i want to bring in a document, edit and save in a new directory (with or without a new name) and delete the original. this must be a common task, but when i write the macro and try to 'kill" the original, i am blocked by the fact that it is locked, even though i've change the name ...
|
| Copying fields from headers | 26 Oct 2004 22:52 GMT | 1 |
Sorry if this question has been asked before, but I searched through this newsgroup and found different variations but not quite.... I have 2 documents and am trying to create a 3rd from the first 2. 1st document has a header with some fields and text (like page number, date and
|
| Setting properties for multiple table cells, vba | 26 Oct 2004 22:14 GMT | 2 |
Word 2003, WinXP, SP2 The following code works just fine to set properties in a single cell, setting only the first cell if multiple cells have been selected. With Selection.Cells(1) ' Processes single cell.
|
| How to add up check box forms. | 26 Oct 2004 21:19 GMT | 2 |
I will try to give as much info as possible of my problem... We have a forms document that has numbers beside check boxes (eg. a check box for all 7 points on a likert scale). A question is asked the the user checks a box next to a 1 - 7.
|
| Addition (Newbie): 17 + 1 usually equals 18, What am I doing wro | 26 Oct 2004 19:48 GMT | 1 |
1. The following code is from a userform in MS Word, and is intended to Title Cap the selection, and remove all spaces. 2. The problem is the line: intCounter = iStrSelektion + 1 3. In debug mode, I get 17 as the value of iStrSelektion (when I hover the
|
| Help with App.FileSearch object, please? | 26 Oct 2004 17:25 GMT | 2 |
I'm trying to loop through the files in a folder to use FileCopy. The files have no dot-extension suffix, and FIleSearch can't see them. If I rename them with a .doc, it works great. Can someone help me tweak this? Or give me a better method?
|
| VBA code or macro to list all settings in a Word template | 26 Oct 2004 17:07 GMT | 1 |
Hello -- Does anyone know where I can find code or a macro to recap all the settings I have made in a Word template (or, document) ? I searched on "vba settings template" and found nothing.
|
| Help from Wildcard search gurus. | 26 Oct 2004 16:53 GMT | 1 |
Okay, I've programmed a wildcard macro that searches for text that ostensibly appears in a list format, but it's not formatted according to Word's bullets and numberings lists. It searches out text that looks like this: 1. text here
|
| Going nuts!! Form intializes, but won't Show | 26 Oct 2004 14:11 GMT | 1 |
Doc1 has code that opens Doc2. Doc2 has a Doc_Open macro that Shows a form. The Form_Initialize code closes Doc1. At that point, I should be left with Doc2 and its form open and running, right? But Doc1 closes and everything stops with Doc2 open but no form showing! Any help is ...
|
| If Statement wont "Then" | 26 Oct 2004 13:43 GMT | 4 |
I've written this code: Sub CheckVal() ' 'CheckVal Macro written by Chris 25 October 2004 '
|
| How do I free memory in a Macro | 26 Oct 2004 11:41 GMT | 3 |
I use macro to process approximately 30mbs of .doc word document. I would like to free all memory my macro use in one loop, how may I do that?
|
| include worksheets in word for similar documents | 26 Oct 2004 10:32 GMT | 1 |
Word should include the ability for users to insert multiple documents in worksheets just like Excel. This would allow similar documents to be grouped together in one file, rather than having multiple open files.
|
| How do I create a calculated due date (from current date) in word. | 26 Oct 2004 10:27 GMT | 2 |
I have the current date at the top of my letter, in the body I want to calculate the current date to the second date as 90 days due. Thanks.
|
| my computer shuted down before I save the Microsof word | 26 Oct 2004 07:51 GMT | 1 |
my computer shuted down beofre I saved the microsoft word application when i opened again the computer I didn't find what I wrote
|
| creating a macro for a table in word 97 | 26 Oct 2004 06:14 GMT | 1 |
I need to be able to create a macro to search through my whole document and look for all tables and change all the shading it has to 10%. I am using WORD97 I am not real good with VBA. Does somebody know how I could do this?
|