| Thread | Last Post | Replies |
|
| Message Boxes do not work properly in search and replace macro. | 17 Sep 2007 16:45 GMT | 17 |
Dear Experts: I would like to insert a nonbreaking space between all occurrences of the abbreviated Page (p.) and the page number. Below macro works fine! BUT the my message boxes do not work correctly:
|
| Save multilple .rtf files to a single .doc filew | 17 Sep 2007 16:10 GMT | 1 |
Is there a way to save multiple .rtf files in a directory into a single .doc file using VBA code?
|
| Edit time property | 17 Sep 2007 14:19 GMT | 2 |
I wish to add the edit time of a directory word files. Thanks in advance for any first step I could use to script something. Jean-Jacques
|
| Runtime Error 6028: The Range Cannot be Deleted? HELP! | 17 Sep 2007 14:00 GMT | 4 |
Don't know if anyone can help me with this or not. I have a Userform on my spreadsheet for inputting "comments" into. This form also has a variety of function buttons on it which work just fine, with the exception of 2 of those buttons (Post Comments-Button 3, and Update
|
| Macro Code Differences between applications | 17 Sep 2007 11:04 GMT | 1 |
I use macros to extract file information from an .ini file and populate fields in a Word document using the system.privateprofilestring("data.ini","document","data") format. This works fine in Word (up to 2003).
|
| VBA equivalent of StyleRef | 17 Sep 2007 06:21 GMT | 9 |
Is there a VBA equivalent of StyleRef? I am searching through a document for a specific style and once found I am adding the text in that style and page number to a table. I would also like to add the content of the previous heading1 to the table.
|
| How to dismiass Microsoft Office Word "Do you want to save the cha | 17 Sep 2007 05:38 GMT | 2 |
This is the third place I post the same question. In the previous two, the mediators all said posted in the wrong location. Hopefully the third time is a charm and get helps. My application will generate a word document as report. The application
|
| Write an addin for Access VBA-IDE | 17 Sep 2007 02:51 GMT | 1 |
i want to write my own little addin to MS-Access 2000 or higher that exports modules of vba-projects to extern files, whenever a new Project is loaded. Any pointers on where to start?
|
| replace paragraph marks | 17 Sep 2007 02:20 GMT | 4 |
Hi, I know how to use Replace to remove paragraph markers at the end of each line. But I have many pages of text like this below. Every line has a paragraph marker at the end of it, including the number line. I want to remove the paragraph markers ONLY from the lines with text, ...
|
| Using ActiveDocument.GoTo in a loop | 16 Sep 2007 23:48 GMT | 3 |
I've got a document with 3 table of contents levels and I want to reduce this to 1 level. I know that the table of contents is defined byTC fields in 3 consecutive paragraphs. So I want to replace the TC field in the first paragraph by the new text, delete the TC fields in
|
| empty paragraph | 16 Sep 2007 20:41 GMT | 2 |
I want to change font name,font size , space before and after each paragraph in each document in a folder with hundreds of documents( now they have different fonts and sizes so i want them to look the same). Because in some documents there are extra empty paragraphs first i need ...
|
| Loop | 16 Sep 2007 15:24 GMT | 10 |
I have a macro that I have been working on. It works exactly as I want to as long as I run it once. Basically I have a document that contains many notices. Each notice is 3 to 5 sections long based on criteria that I can identify. The macro correctly
|
| Word 2007 key bindings - VBA | 15 Sep 2007 01:35 GMT | 5 |
I have problem with KeyBindings in Word 2007. I bind diferrent funcitons to Alt+8 and Alt+* (on numeric pad). It works just fine in Word 2003. However in Word 2007 it always calls Alt+8 bound function. Seems that Word 2007 cannot differentiate between wdKey8 and ...
|
| Delete line containing a form field | 14 Sep 2007 19:59 GMT | 2 |
I have a template that is used to create recipes for upload to a website. The person typing in the recipes is not very computer literate, so I made a form with fields for him to fill in with ingredients. The fields' default text is "Ingredient". I put in 15 lines for ...
|
| Spawned document from Template (Dot) loses macros | 14 Sep 2007 18:20 GMT | 3 |
Here is a screenshot I am working on: http://www.jkfweb.com/files/Example.JPG The file is a .Dot template file. It works great normally when a user opens from the Template and fills in the appropriate information.
|