| Thread | Last Post | Replies |
|
| Macro to automatically bold or italicize specific text | 10 Oct 2007 20:57 GMT | 9 |
I'm working with a 3rd party document generation system that only stores plain text. Rather than having to manually go through the document and bold/italicize certain phrases every time I'd like to automate the process. How would I write a macro to do it? I'd like
|
| how to delete a section and its contents | 10 Oct 2007 20:50 GMT | 2 |
Can someone show me how to code this (in ms access 2k for word 03)? I have 7 sections in a doc. Each one has a header. In certain situations I need to delete a section. So here's what I want to do in English: Manually I'd do this:
|
| Creating a macro to update dates in a word doc | 10 Oct 2007 16:09 GMT | 1 |
I am wondering if there is a way to create a macro that will chance the "Week Ending" date and dates of the week when I open the document every Friday to update the attendance. Thank you for your assistance. DEPARTMENT: WEEK ENDING 10/12/07
|
| AutoNew macro doesn't run | 10 Oct 2007 16:05 GMT | 2 |
Word 2002 I'm starting word from command line with /t<template> switch. The AutoNew macro doesn't start. It does start when I open a new doc based on the template from windows.
|
| what is word processing? | 10 Oct 2007 08:12 GMT | 2 |
|
| Problem runnig macros | 10 Oct 2007 08:11 GMT | 5 |
I have created a template on my home computer that has macros in it (I use word 2002). I am trying to save that template on my office computer and also share it with my friends. I save the template in the TEMPLATES forlder however when I try to run the macro it says runtime error ...
|
| Finding out if a paragraph is in a table | 10 Oct 2007 07:27 GMT | 5 |
I have some long documents (400+ pages) in which most of the text is in tables. There are around 80,000 paragraphs including those in tables I am only interested in the paragraphs that are not in tables. Does anyone know of a way to efficiently either form such a collection or to ...
|
| Embed styles in Word template or create them on the fly - pros and cons? | 10 Oct 2007 04:44 GMT | 1 |
Shauna Genius has provided me with some great code to get round my background colours issue in my VB6 to MS Word table using VBA, but involves creating some bespoke styles. My question is, would I benefit from pre-creating the styles in my Word doc
|
| Deleting Shapes in Document Header | 09 Oct 2007 22:26 GMT | 3 |
Last night I stumbled on what I consider odd behaviour while using VBA to delete shapes in a document header. I had a multi-section document with headers unlinked and first page, odd/even headers. All together there aret 15 shapes in the various headers.
|
| how add many strings and vbcrlf in the same string | 09 Oct 2007 20:35 GMT | 1 |
Hello!. I have a word 2003 and sp3 My userform fill 3 strings with data, and then create one string with these three. The result is send to textbox
|
| Word 2003 | 09 Oct 2007 16:09 GMT | 3 |
I have automated a print maco using code: ActiveDocument.print This always worked in Word XP but now I have migrated the code (well re-written actually but code is the same) in Word 2003 - when we print - any
|
| Macro for that stops a picture from printing | 09 Oct 2007 15:01 GMT | 1 |
I'm using microsoft word 2003 and I want to set a JPEG in the header and footer background to show the other people where to type but do not want this to JPEG to print. I just want it to be in the document as a reference image as it is to be pre-printed.
|
| wait for envelope print | 09 Oct 2007 14:27 GMT | 1 |
Have a vba pgm that prints an envelope. Operator then enters some data into the doc. Then pgm prints the document. We use background printing. How do we delay while the operator enters some data into the doc. So the pgm
|
| checkbox status | 09 Oct 2007 13:50 GMT | 1 |
I am working with VBA in word 2003 and sp3. the values for any checkbox are: 0 / false -> unselected 1 / true -> selected
|
| Copying a field made with Crtl + F9 | 09 Oct 2007 08:12 GMT | 2 |
I use Ctrl + F9 to enter a bracketed field into a document template. I want it merely as a location-marker. I will use F11 to jump from one to the next field entered in this manner. That way I can move quickly through a document entering custom information at various points ...
|