| Thread | Last Post | Replies |
|
| Select Table window interrupts macro | 02 Nov 2006 08:03 GMT | 2 |
Hi, I am automating a mailmerge from a datasheet in excel to a word document. The user enters data into the excel spreadsheet and then uses a userform to activate the mailmerge process.
|
| commands to manipulate tables | 02 Nov 2006 07:20 GMT | 1 |
What are the commands to manipulate tables? I have a table containing two columns. Column a contains words and b sentences. I would like to look in column b for the words that are in column a and change their color to red.
|
| How prevent user from saving document or closing Word | 01 Nov 2006 22:27 GMT | 2 |
If I start Word via Automation and load a document for the user to review and edit, is it possible to prevent the user from saving the document from Word or closing Word from Word? I would like to force the user to save the document and close Word from my application so I can
|
| Can you change the size of a userForm using Code? | 01 Nov 2006 20:15 GMT | 3 |
I'm just getting fancy here in the project I'm working on, but what I have is up to 4 owners you can add to a company, and each time you click a check box to add an owner, a frame appears with information in it to add the owner. The result of this is the initial form looks WAAAAAY ...
|
| Macro to change linked object source file | 01 Nov 2006 15:37 GMT | 5 |
I have an word document with 84 inline linked objects from an excel file. I need to be able to run a macro that will change the source file of all the linked objects. My solution was as follows but has two issues.
|
| frames to plain text | 01 Nov 2006 15:19 GMT | 8 |
I scanned an article containing more or less complicated tables to Word to put the numbers in Excel later. So now I have a Word-document containing (a lot of) frames (I think they are no textboxes nor tables because I can't convert them to text). I need to convert the frames ...
|
| Clearing Bookmarks after a User Form | 01 Nov 2006 14:42 GMT | 1 |
I have created a User Form that completes a Word document and prints the document when the OK Print button is pressed; a copy of the document is never saved after printing. There is also a button that clears the User Form. How do I get the Clear button to also clear the bookmarks ...
|
| VB project being modified implicitly | 01 Nov 2006 14:28 GMT | 3 |
I have a signed VB project which is somehow being modified and thus the signature is being discarded. I know the users aren't modifying the code through the VBIDE and my project doesn't use VBE to modify itself, so what other actions could mark a VB project as 'dirty'?
|
| Formfields vs. Userform Controls embedded in document? | 01 Nov 2006 14:12 GMT | 1 |
Still learning ... What are the relative advantages and disadvantages of embedding MS-Word Formfields into the document or 'regular' MS-Forms controls? I had successfully used Radiobuttons in a Word document, even tried
|
| Hidden Word window | 01 Nov 2006 12:48 GMT | 7 |
In Excel a VBA procedure loads a Word document and fills in some tables. During this job, I need the Word document stays hidden. How can I do that? Thanks in advance. Newbie
|
| Reading formfields without automation | 01 Nov 2006 11:46 GMT | 3 |
Is it possible to read data from word formfields without using automation? Is there an alternative (free) library to use?
|
| How can I build a template based on a selection of choices ans'd | 01 Nov 2006 07:53 GMT | 2 |
Essentially this is what I am trying to do: I have multiple documents that I use based upon requirements. If I have multiple requirements I need to combine parts of different documents together. Cut and Paste.
|