| Thread | Last Post | Replies |
|
| Inserting HTML into a doc | 07 Dec 2006 01:36 GMT | 5 |
I'm looking for suggestions on how to solve a problem. I want users to be able to 'edit' web pages on our site by downloading a Word doc that they can edit and e-mail back to me. I thought that the best way would be to insert a portion of a web page (raw
|
| Editing static information in template through a form | 07 Dec 2006 00:37 GMT | 3 |
It's been awhile since I've created a template in Word with VBA and I am racking my brain on how to do this. It seems like it should be simple, but I need some refreshing. I am trying to modify an existing template. The template has a group of
|
| Range Oddity | 06 Dec 2006 20:26 GMT | 3 |
I wonder why you can add a formfield to a range set to a table cell range, but you can't add a field to range set to a table cell range. As the code below illustrates, to add a field to a table cell you first have to collapse a range assigned to a table cell range:
|
| Loading pics into a Word document | 06 Dec 2006 20:05 GMT | 3 |
I'm sure this has been discussed many times, but so far, I haven't found anything that works. We are trying to create 100+ reports with identical layout - but with different charts per report. Most of the rest of the report is the
|
| How to read UTF-8 chars using VBA | 06 Dec 2006 19:46 GMT | 2 |
I am currently developing some Word templates (office 2003) + VBA I have a UTF-8 encoded text file...I wanted to read and show the values into a list box... The charactors are getting changed while reading and filling the
|
| Anchoring text boxes on the first paragraph of a page | 06 Dec 2006 16:26 GMT | 5 |
I have macros to insert three text boxes in different positions on the current page along the left or right margin. Because they are anchoring themselves to the nearest paragraph which could be deleted while editing I¹d like to anchor them to the the first paragraph of the page in ...
|
| Adding Multiple Rows to a Table in a Word Form | 06 Dec 2006 15:49 GMT | 13 |
First off I would like to thank all of the people that post, and all the people that respond. I have lurked for a long time, dependent on the Q&A of others. Today I have spent 12 hours reviewing and steeling snippets from all
|
| Inserting Single word document into multiple documents | 06 Dec 2006 14:14 GMT | 1 |
Im looking to add a two page word document at the end of around 3000 CVs .Is there a way of doing this all at once? I have looked all over the internet and all i can find is programs that will insert text into open documents.I need to do it to a whole folder. Help is much
|
| repeat text entered one place to another place | 06 Dec 2006 09:00 GMT | 1 |
I am creating a form and want to be able to take text entered into a field and have it automatically copy and update to another area in the same document. Any help will be appreciated!
|
| Macro to change background color | 06 Dec 2006 05:12 GMT | 3 |
I have a sensitive Word document that I am trying to put some controls on. - First, I require a password to even open the file. - Then another dialog box requires another password to edit the file or you are forced to open as read-only.
|
| How Many Paragraphs use a Particular Style? | 06 Dec 2006 04:08 GMT | 1 |
I think Word 2003 handles this better, but I'm using Word 2000 and I'm trying to figure out how many paragraphs are using a particular style. Is there an easy way to get a number value for how many paragraphs in the active document are styled under a certain style name?
|
| Getting the REF number from a SEQ field | 06 Dec 2006 00:00 GMT | 3 |
For a cross-reference to a SEQ field (such as the one on a figure caption) a REF field includes a long number, looking like this: { REF_Ref4018934786 \h } But the SEQ field that this points to doesn't display that number. The
|
| Print multiple Word and PDF documents | 05 Dec 2006 22:07 GMT | 1 |
I have three word documents and one PDF that are related. I want to be able to print the first document, and have the system automatically print the other related documents as well. How can I accomplish this? Darrell
|
| specfic file name macro from form fields entries | 05 Dec 2006 18:28 GMT | 1 |
I want a document to automatically have the file name entered when an employee clicks save or the save as. The file name will be a combination of two form fields (Text6 and Text70). Is there a way to get the entries from these two fields and append them into one file name?
|
| Inserting a wdFieldFormTextInput into a word table cell | 05 Dec 2006 13:43 GMT | 3 |
I'm having issues inserting a wdFieldFormTextInput into a word table cell. I create the table with a macro which works perfectly. I then need to insert a wdFieldFormTextInput into the first rows 2nd cell. I can set the text easily enough using ..............
|