| Thread | Last Post | Replies |
|
| Copy Textbox contents to clipboard | 07 May 2005 13:20 GMT | 4 |
I do a lot of repetitive typing at work. I have a list of templates which I want handy around. I am thinking of having a word document with textboxes which are holding my different templates. I am hoping to have a button beside each textbox so that when I click it, it will ...
|
| Can I read the Version into some Buffer without opening the Version into new instance of Word? | 07 May 2005 12:49 GMT | 6 |
I have a word document. I added 2 Versions into the ActiveDocument. Now as from the Object Model its Obvious that there are three main methods to do something with Versions. 1. Open
|
| Move top-left corner of document into view | 07 May 2005 12:39 GMT | 5 |
When I open a document containing a table I do some editing (using VBA) in a cell off the screen. This causes the document to visually move to the right to bring the cell onto the screen. Afterwards, I need the top left section of the document redisplayed on my screen. At the ...
|
| can't see drop down menu on form document | 07 May 2005 11:04 GMT | 1 |
I am creating a form where I want the users to pull down a menu. When I click the drop down menu on the form it just shows a gray box with one of the entries. I want the user to see the pull down menu instead. Help!
|
| Word 2003 Custom Fields | 07 May 2005 11:02 GMT | 1 |
I have created a template with headers & footers for page 2 onwards. The template however is a one page template, the headers and footers present themselves as they should, in the event of a second page being required. The problem I am having is that the header for page 2 ...
|
| Where I can find documentation for the commands for DDE and Word? | 07 May 2005 10:56 GMT | 1 |
I need find some documentation for the commands to use for interfacing with Word, i.e. "FileExit(2)", etc.
|
| Button in word doc | 07 May 2005 10:55 GMT | 1 |
Hi there i was just wondering if it is possible to have a command in a word document in the form of a button, to insert a new line in a table and to have texxt boxes in there aswell placed automatically.. Mat
|
| Retain information added to fill-in fields in template | 07 May 2005 00:34 GMT | 3 |
I have created a template with fill-in fields. What I need to accomplish is this: User inputs in all fill-in fields, say their personal information in a letter template.
|
| invisible cursor in VBA editor | 06 May 2005 23:46 GMT | 2 |
All of a sudden, I've lost my cursor in the VBA editor. I can click to locations, and insert code, but I cannot "see" my (IBeam) cursor. Help, someone. TIA
|
| Can I disable the prompt to save a document | 06 May 2005 22:18 GMT | 3 |
I am trying to record a simple macro that will select all, copy and close the document. I will then paste the clipboard onto another program. The problem I am having is that prompt that asks me "Do you want to save the changes you have made..." I never want to save these ...
|
| Possible to Read/Write Word Docs without Word Application? | 06 May 2005 20:59 GMT | 7 |
Is it possible to Manipulate (Read/Write) MS Word documents without installing Microsoft Word. i.e if i dont have MS Word installed on my machine and i want to add some lines of text into Word document programatically. How is it possible?
|
| Can Word 2003 save to multiple html files? | 06 May 2005 17:58 GMT | 2 |
I'm trying to create multiple html files from one Word document. I'd like to be able to save as Filtered HTML but with new auto generated html files per section (i.e. heading1 and heading2 and toc and index) and still retain hypertext links.
|
| Finding and replacing in Word using macros | 06 May 2005 17:16 GMT | 13 |
You'll have to forgive me because I'm sure there is an incredibly simple answer to my question. However, I can't seem to figure it out. I'm using the code found at this link: http://word.mvps.org/faqs/customization/ReplaceAnywhere.htm
|
| Loop not Looping | 06 May 2005 15:19 GMT | 3 |
I am relatively new to writing macros and have a feeling I am missing one step, but I am trying to write a macro that searches up for an occurrence of the word article followed by a space and any number and another space. I then want it to delete the space, and insert a tab. ...
|
| Updating a REF in a Header | 06 May 2005 15:10 GMT | 1 |
Good morning, I found this module that works great to update the REF that I have in my header. but I was wondering:> If I know the name of the REF can I update the REF
|