| Thread | Last Post | Replies |
|
| HAVING PROBLEMS INSERTING INDIVIDUAL WORD PAGES INTO ADOBE PDF | 14 Dec 2004 21:35 GMT | 1 |
I have a word file that has 25 pages...I need to insert each individual page into a adobe file that already exists. Placing them in the following order the existing adobe page and then I need to insert one of the Word pages. But, I can only insert the entire word file..not an ...
|
| Show form created during run time | 14 Dec 2004 21:19 GMT | 1 |
Ok, I've created a form using the Designer. The object the new form is set to is called newfrmtemp as shown below. Set newFrmTemp = ActiveDocument.VBProject.VBComponents.Add(vbext_ct_MSForm) I need to be able to show this form but unless I assign it a name and show
|
| is it possible to build "onAction" for dynamic menu items with par | 14 Dec 2004 20:34 GMT | 1 |
Using a word template which has a custom Menu File item, menu items are dynamically inserted via automation. HOWEVER the onAction needs to pass a param to it's handler.....can this be done?
|
| Menu creation, architectural question [VSTO, C#] | 14 Dec 2004 17:15 GMT | 3 |
Menu creation architectural question [VSTO, C#]: Hi! I am creating MS Word 2003 template with custom built menus and getting confused on how it works. What I do not understand is at what point the code will build the menu? I mean should I run this code every time the template
|
| Graphics insertion | 14 Dec 2004 15:52 GMT | 4 |
Quick question: The objective is to insert a full page graphic into a page in a document. On this page exist a couple of bookmarks which are filled in later. To build the template...
|
| Nested Autotext possible?? | 14 Dec 2004 15:46 GMT | 7 |
I currently use Word 2003 to create templates from which I create standard documents with data coming from a database. I first design the page how I want it to look and then set bookmarks on text that will be replaced by the recordset values. I select the whole document or sections ...
|
| MC132.OCX | 14 Dec 2004 15:42 GMT | 1 |
Does anyone know where I can download this Active X file? Thanks, Devon
|
| Programmatically determine UserForm title bar height? | 14 Dec 2004 15:39 GMT | 7 |
I'm at the end of my rope. I want to do is place controls dynamically, and for the most part I can without trouble. However, the thing that is tripping me up is the height of a UserForm's title bar. It seems to be different in XP than it was in 2000, and likely
|
| URLDownloadToFile API | 14 Dec 2004 10:45 GMT | 4 |
I've been using this to update files with some success but.....I wish to modify my code. At the moment it takes the file from the server and updates the copies regardless of version. This is fine (or has bene up to now at least) as I always make sure the files on the server are ...
|
| How to get strings from equation through VBA code? | 14 Dec 2004 09:31 GMT | 6 |
I'd like to know if it is possible to get strings from equation that is embedded in Word document using VBA code (Word 2000). I tried to record macro, but it did not. Also I did not find any help on this. Does anyone know it is possible at all and if so, how?
|
| Background execution of Form | 14 Dec 2004 08:30 GMT | 3 |
When my macro is running, I'ld like to show a wait message (a custom form) to the user and unload it after the macro's done. For instance: MyWaitMessageForm.show '1
|
| Making the comments, Qs bigger | 14 Dec 2004 01:52 GMT | 2 |
My macro inserts many comments in the document and Word adds the Q1, Q2 and so on to each of the comments inserted. Now, a user needs the Q1 to appear much bigger than it normally does. Also, she wants the highlighting (Word highlights the comment in yellow) to be much bigger. How ...
|
| Adding menus to icon | 14 Dec 2004 01:22 GMT | 2 |
I have a bit of a big macro that does quite a couple of things. Now, the users say that they would like some sort of a menu to facilitate easy traversion through the functions. Currently, when my template is added to the document, an icon shows on the
|
| Slow VBA Word after installing Windows XP Service Pack 2 | 14 Dec 2004 00:37 GMT | 1 |
I have a VBA/Word application written under .NET framework 1.1 accessing Microsoft Word 9.0 Object Library through COM interoperobility layer. This application performed well until Windows XP Service Pack 2 is installed. Now it performs poorly and nearly 8-10 X slower accross all ...
|
| A link between Word and Powerpoint | 13 Dec 2004 23:03 GMT | 1 |
I am trying to link a Word document(Office 97) with a powerpoint presentation but am having trouble. In my Word document, I bring up a form. Clicking a button on the form loads a single-slide Powerpoint presentation in which a Custom
|