| Thread | Last Post | Replies |
|
| Prevent Word templates in STARTUP folder from loading (Acc97/Wrd97) | 31 Dec 2006 19:40 GMT | 1 |
For a client I have an Acc97 application creating a Word97-document. In that document a number of BookMarks are "exchanged" with info from the database. Also some "replace" actions are executed in the Word-document (like:
|
| Using VBA to split a document into sections | 31 Dec 2006 19:04 GMT | 13 |
I need to run a small macro to split a passage into sections each containing 250 characters (including spaces) or less. Ideally it would split the passage on the page with a couple of carriage return between each section.
|
| re: backup to multiple folders | 31 Dec 2006 01:45 GMT | 6 |
regarding my previous post which asked the correct procedure to backup to multiple locations including Flash drive and a date based (even/odd) backup folder. I have been playing with my macro and the macro as refined by Graham
|
| How to remove every line of text that starts with xxxxxxxxx | 30 Dec 2006 10:26 GMT | 2 |
I have a long document that had some minor corruption during conversion. There are now some lines that need to be removed, and all of them start with xxxxxxxx. I'm trying to figure out how to search the entire document and automatically
|
| Word Project Fails -- No MS Explanation | 29 Dec 2006 20:48 GMT | 3 |
I have a template project that was under development and was wrking reasonabley well, that went on hiatus for a couple of months. It is in Office 2003, running on XP workstations. I returned to work on it and now, when I run code for the form that takes
|
| Create Dynamic Word Document in ASP.NET | 29 Dec 2006 17:47 GMT | 4 |
Can someone point me in the direction of a method/solution for generating word documents on the fly? I have been programming my files in rtf, but the filesize gets tooo big when I start using images and tables. I really need to have word format.
|
| active template | 29 Dec 2006 12:15 GMT | 2 |
can anyone tell me if its posible to find out what the template name is from which a document is created from. if i create a new document from template called minute is there vba code i can use to see the template behind this document is called minute?
|
| Spellcheck interrupts macro | 29 Dec 2006 09:56 GMT | 1 |
Greeting all- I wrote the following VBA code for a graduate student who is using Word to collect research data. I just heard from her that manually invoking spellcheck interrupts/stops the macro, resulting in lost data. I haven't
|
| Dynamic Word Doc Generation, Porting VBA to ASP | 29 Dec 2006 09:05 GMT | 6 |
I have VBA code from an Access Form that I am porting over to ASP. What the code does is takes a document template and inserts data tables with values taken from an Access Database. What I need to do have this code work in ASP. Generate a client side
|
| Word 2003 | 29 Dec 2006 09:04 GMT | 3 |
I'm working on a Word form to capture ratings for a set of categories. Each of these categories have radios buttons that correspond to numeric values 1 through 5. I was able to create a individual groups that correspond to each of my categories. I also have 5 text form fields,
|
| Using VBA to split a document into sections | 29 Dec 2006 08:07 GMT | 4 |
I need to run a small macro to split a passage into sections each containing 250 characters (including spaces) or less. Ideally it would split the passage on the page with a couple of carriage return between each section.
|
| Need to be able to "store" and "write" variables | 29 Dec 2006 05:28 GMT | 4 |
I have a userform built into a document template that holds numerous variables (Multipage) with navigation and "Save" and "Exit" coded buttons. When the user gets to the last page of the form and clicks the save button it writes the variables into the document in set bookmarks. ...
|
| Setting up running headers in a document by using STYLEREF FIELDS | 28 Dec 2006 21:52 GMT | 2 |
I recently wrote a macro code that is setting up running headers (odd and even) in long documents with several sections (all headers and footers are not linked to previous). The odd page headers show the text from the numbered heading 1 levels
|
| Macro Help: Splitting each page so that each page is an individual word document | 28 Dec 2006 13:37 GMT | 5 |
I am in need of help on building a macro that will take multi page document and splitting each page so that each page would be an individual word document. Any help would be great. Thanks!
|
| AddItem to a ListBox | 27 Dec 2006 19:26 GMT | 1 |
Most probably that is a trivial question: obviously I am not a specialist.... I am adding items to a Listbox using the AddItem.What I am doing is manipulate several files and I would like to see in my ListBox how the
|