| Thread | Last Post | Replies |
|
| VB in word not working anymore | 08 Dec 2006 23:35 GMT | 2 |
1st, Shauna Kelly, thanks for getting me here. I am working with MS Word at work (no administrative permissions). With some help from a friend, I set up a text box where I enter a string I want to find. If you know what to search for, you can pull the data from a .txt file
|
| Highlight entire Column(2) in a table | 08 Dec 2006 21:58 GMT | 3 |
I want to highlight the entire Column(2) of a table in VBA so that I can then format all the paragraphs in Column(2) at once. What is the syntax for Selecting and Highlighting the entire Column(2)? Thanks.
|
| Delete text frames and text | 08 Dec 2006 08:34 GMT | 2 |
Using Word 2003: I am trying to delete all text frames and the text in documents. I have tried various For Next routines that have deleted only some of the frames but have left bordered text in their place. Help!!
|
| Get Line Count of Each Table Cell | 08 Dec 2006 01:58 GMT | 12 |
1. I have a table with two columns and 30 rows. 2. The first column has only a CustomerID, and the second column has several paragraphs of descriptive text.
|
| Finding Macrobutton and delete | 08 Dec 2006 01:15 GMT | 5 |
I have a table in a Word2000 document. In the table, I have multiple {macrobutton insertpicture} fields. After inserting the picture, the placeholder and text appear after the picture, taking up space and displaying the default text. How can I search the document and delete all ...
|
| How do I do an HTTP POST from VBA? | 07 Dec 2006 22:23 GMT | 1 |
Is it possible to do an HTTP POST from within VBA?
|
| Setting different character styles on one line of text | 07 Dec 2006 21:51 GMT | 2 |
I have to put a line of text in a footer which has three different character styles with three different sets of text. They all work on their own, but each one cancels out the one previous to it because I do not know how to set the styles & text properly so if I run the code all I ...
|
| multi-change macro | 07 Dec 2006 21:42 GMT | 2 |
Is it possible in Microsoft Word 2000 to change many different words in a document with one "tool", script or macro? I have a list of 5000 text advertisements and every month I need to erase 500-600 of them. I do it manually by "find/change" their signatutes (every ad has its unique
|
| multi-change script/tool | 07 Dec 2006 21:39 GMT | 2 |
Is it possible in Microsoft Word 2000 to change many different words in a document with one "tool", script or macro? I have a list of 5000 text advertisements and every month I need to erase 500-600 of them. I do it manually by "find/change" their signatutes (every ad has its unique
|
| Bottom of Document | 07 Dec 2006 21:04 GMT | 7 |
How do I force my text to the bottom of the document no matter what is above it? I want to place an Image or Data at the top of varying length but I want this specific text (4 rows) at the bottom left.
|
| Form question | 07 Dec 2006 15:49 GMT | 2 |
i have a form that includes multiple sections. sections can have checkboxes and/or dropdown fields. i want to allow the user to go thru the sections and check boxes pick from drop downs.
|
| Hitting Cancel Button on Input Box takes me to "GoTo Error MsgBox" instead of exiting the macro | 07 Dec 2006 12:58 GMT | 11 |
Dear Experts: I created a macro that allows the user to format the Table of Contents by using InputBoxes. The user can fill in a value into the dialog box "Please indicate the
|
| Using DateDiff in Formfields... | 07 Dec 2006 11:43 GMT | 11 |
Hey Gang, Word 2003 Trying to create an automated form for my church and am stumped as to how to do this. I have a calendar form (actually two of them) that populate
|
| shortcut | 07 Dec 2006 09:59 GMT | 1 |
I have a perplexing problem. First a little background. I created a folder named 'MoJR Documents'. This folder is located on a secondary drive(D:\MoJR Documents) apart from Word. I have a folder named 'My Documents' under C:\Documents and Settings\MoJR\My Documents. I decided to ...
|
| Prompting for default information | 07 Dec 2006 07:56 GMT | 1 |
On opening a document, I'd like to prompt users for default information (2 questions) that would automatically be placed in a document. Is msgbox the way to do this?
|