| Thread | Last Post | Replies |
|
| Selecting Specific text while keeping place in a document | 09 Jun 2007 08:48 GMT | 1 |
I am writing a macro for a huge word document that will label certain conditions (from about 1-2000) and will isolate the sections and conditions of these conditions and place them into a neatly formatted CSV file.
|
| Toolbar specific to a document | 09 Jun 2007 08:14 GMT | 1 |
Is there a way to have a custom toolbar appear in one specific document no matter where the file is opened? I know I can assign a custom toolbar to open within any document I specify, but if I e-mail that document to someone, although the toolbar goes with it,
|
| insert text based on a pick from a combo box. | 09 Jun 2007 08:07 GMT | 1 |
Here is the situation. I have a Fax transmittion form for a company with 5 offices. I want to create a single document that can be used by all 5 offices. (that way where there is a change to the document we are only changing 1
|
| Keyboard cursor position | 09 Jun 2007 01:40 GMT | 1 |
I'm trying to insert an image where the keyboard cursor is. I am managing to insert an image. The problem is to find the position where the keyboard cursor currently is.
|
| Select Fields in Macro | 08 Jun 2007 18:13 GMT | 2 |
I've done programming in Excel, but new to programming in Word. I would like to create a macro in Word that would insert data from an Excel file to different areas in a Word document. I'm thinking of creating MacroButton (AcceptAllChangesInDoc)
|
| how to run macro programatically | 08 Jun 2007 17:58 GMT | 1 |
Can anybody help me how to work with macros progamatically(c#). Thanks supriya
|
| bookmark.range.fields.add is causing a issue | 08 Jun 2007 16:24 GMT | 2 |
Please can anyone help me with this issue i am facing...i am trying to insert a Tables of Content into the text field but it is throwing an error.. The code is Bookmark.Range.Fields.Add ( range, type,text,Preserve formatting) I have given range which is proper, and text is ...
|
| Macro that runs only once? | 08 Jun 2007 16:18 GMT | 4 |
Hello, I have a word document containing macros which run automatically when I launch the document. Specifically, the macro displays a userform which prompts the user to enter data that will go into the word file but saves a copy of this word file with the changes. The original ...
|
| inserting landscape pages; formatting headers/footers | 08 Jun 2007 16:14 GMT | 4 |
In my code (word 2003), I: insert two section breaks (now three sections) format headers and footers in section 3: no link to previous move up to section 2
|
| Unbound Merge Field | 08 Jun 2007 15:03 GMT | 4 |
I am trying to automate a Word document from Access. My vba code works to open the doc from a template and pass data to populate all of the bookmarks with the appropriate text (using selection). I want some of the data I pass to appear in multiple locations (Mystring1 to
|
| Header problem with Landscape pages | 08 Jun 2007 14:07 GMT | 1 |
In Word 2003 I am trying to write some code to insert a blank landscape page in the middle of some portrait pages. No problem until I try to format the headers and footers. (I turn off Same as Previous in both the landscape page and the following section.) and With the cursor in ...
|
| Protection document Undo list | 08 Jun 2007 14:01 GMT | 1 |
When I protect a document, it clears my undo list. Is it possible to avoid to clear it? Is there a work around save my undo list? Thanks
|
| Word Header etc | 08 Jun 2007 13:22 GMT | 4 |
Hi again, I have another problem that I hope you can help with - (I posted here because my posts arent posting in pagelayout :/ ). Our company has letter headed paper that we print onto from word. We have around 100 templates set up that we use (mainly with the same header) - ...
|
| VBA to tear apart a document... | 08 Jun 2007 12:22 GMT | 3 |
I have several large documents ranging from 50-300 pages; each of which has been strictly structured with the use of headings. I was wondering if there was a way I could extract the contents of the document into separate documents (based on heading).
|
| Word Automation \ global template issue | 08 Jun 2007 10:24 GMT | 1 |
Not sure if this is the correct group but here goes..... I have inherited a VB 6.0 app and as part of its functionality, it creates a Word 2003 document from a saved custom template then printouts the page before closing.
|