| Thread | Last Post | Replies |
|
| Find Style: Added Format | 30 Nov 2007 21:39 GMT | 3 |
I am relatively new to VBA. I want my macro to search for "Heading 2" but each time it runs additional formatting is added, and the style is not found. I recorded the macro, and left the default settings:
|
| Using Cross-Reference to Replicate Bookmark Text | 30 Nov 2007 18:50 GMT | 1 |
Hi all -- I'm a self-taught VBA newbie learning as I go, so please bear with me. I am currently using a UserForm to fill in Bookmarks in Word 2007. That part is working great. However, the inputted text in "Text1" also needs to reappear
|
| Run Time error on Code | 30 Nov 2007 18:21 GMT | 3 |
I'm using a bit of code to save a document as and automatically populating the file name with form field data. Seems to work fine...the Save As Dialog appears, the proper field names are there for the save as, but then if you click "Save" I get a run error
|
| Error if macro "Run", No error if single stepped! Help? | 30 Nov 2007 17:24 GMT | 7 |
It was a reliable piece of code, and stuff around it has changed but the key point is that if I "Run" the macro (which copies from a bookmark in one doc and pastes the text into another) the pastespecial fails (empty clipboard), but if I single step through the code it all works ...
|
| Search and replace predefined sets of strings? | 30 Nov 2007 14:28 GMT | 9 |
I need to build a code to search a predefined set of strings in a document and replace them by another predefined set of strings. Example: strS is (vssen | vsen | vss | vss. | vs. | vs | v. | v ) strR is (vÿerÿssen | vÿerÿsen | etcetera...)
|
| Need program to convert plain text in doc into Word 2007 para | 30 Nov 2007 13:20 GMT | 3 |
Has anyone written a program that will scan through a word document that contains pasted plain text and removes the paragraph that is at the end of multi-line paragraphs? When I cut and paste from a plain text document into word, I get line lengths on each line that are ...
|
| Header and Footer StoryRanges | 30 Nov 2007 13:16 GMT | 1 |
Does anyone know why shapes in the header or footer story ranges are treated differently than shapes contained in the main text story? If I put two shapes containing text (text containing one spelling error) in the main text story and two shapes containing similar text in the ...
|
| How to CLOSE ALL DIALOGS before saving??? | 29 Nov 2007 23:57 GMT | 2 |
That's it! I need to save my file from code but if someone has opened like say FIND DIALOG then you cant save. So I would like to know if there's any way to close all the open dialogs before saving. Dont be shy:) Any help will be appreciated.
|
| Add to listbox with multiple columns | 29 Nov 2007 23:54 GMT | 2 |
Using an Access Form with two listboxes... List1 and list2 with two columns in each list. when I click an item in list1 I want the data on that row to go into list2 with the columns reversed. IndexNum = 0
|
| Adding AutoText to all headers and footers | 29 Nov 2007 21:49 GMT | 2 |
Is there a way to add an autotext entry to ALL headers and footers in a document no matter if there is a different first page or not, or if there are multiple sections or not?
|
| if Error, Pause or Loop | 29 Nov 2007 21:11 GMT | 1 |
Is there a way to, If Error then loop back and try again. This is a live file which is connected to my file and I have it save every 13 seconds but if the live link is saving, it errors out. '/////////////////////////////////////////////////
|
| adding a logo to headers | 29 Nov 2007 19:10 GMT | 4 |
I made a macro to place a logo on each header of a Word document. The logo is a jpg-file and stored as an autotext (Logo) in the template. As a document can have several sections I only place a logo as the header is not linked to the previous one.
|
| General macro for running other macros on batches of files? | 29 Nov 2007 18:15 GMT | 2 |
Does anyone know where I could find a snippet of code that executes another Sub in the same Module om a batch of Word files? Or a macro that executes any other macro (user selected) on a batch of Word files? Best regards, Shirley
|
| acces & word | 29 Nov 2007 17:39 GMT | 6 |
I have to fill documents from tables in access. Actually i have 3 choices: 1. Mailmerge in vb with the tables field 2. using a routine replacing all the parts i need using numbers like 1____
|
| Macro Recording Process Acieved Macro Goal, Macro Itself Fails | 29 Nov 2007 16:47 GMT | 4 |
I recorded a macro as I simultaneously (1) searched for all paragraphs of outline level 8 and beginning with the text ‘i.’ followed by a tab character and (2) replaced each instance of the above text with ‘[a]’ followed by a tab character, and applied various formatting ...
|