| Thread | Last Post | Replies |
|
| word 2000 : how to control location of images on a webpage ? | 29 Nov 2003 05:39 GMT | 2 |
I have to make a webpage with lots of clickable images. I use Word 2000 as html editor - which may not be the best but I'm used to it and do not have time now to learn other editors. I try to arrange the images on rows of 3 images.
|
| Add-In Newbie | 29 Nov 2003 05:35 GMT | 2 |
I creatied a simple VB6 Word add-in. I set a breakpoint in the AddinInstance_OnConnection(..) method, but the breakpoint is never reached. Steps:
|
| How I can insert an image into a shape | 29 Nov 2003 04:01 GMT | 1 |
How I can insert an image into a shape in Word document using VBA? Thanks
|
| Forms with Macro Run on Exit | 29 Nov 2003 03:39 GMT | 4 |
I'm creating a simple Word template with form fields (Forms toolbar) in tables. This is not a VBA form. I have drop-down fields. My question is one of syntax, I think. I want to have an IF test based on the selection
|
| Calling on all MS-Word Guru's | 29 Nov 2003 03:28 GMT | 5 |
We are building a database solution for a large client and need to build complex reports with Word. To paint a picture: The database solution we are building creates a data file which is used
|
| Insert Carriage Return | 28 Nov 2003 16:04 GMT | 1 |
How do I insert a carriage return from VB to Word
|
| Difference between Word2000 and WordXP | 28 Nov 2003 14:53 GMT | 12 |
I wrote an application in Word (VBA) with command buttens. This application works fine with Word2000, but it doesn't work with WordXP (after I changed the security level and enabled macros). The butten is not responding as if it was
|
| Runtime Error 5854. String Parameter is too long | 28 Nov 2003 13:55 GMT | 2 |
How do I set a document Variable where the variable name is greater than 256 characters. I am doing something like this. Public Sub SetVariable(varName As String, varValue As
|
| Why doesn't this work??? | 28 Nov 2003 13:25 GMT | 6 |
I'm confused about the distribution of code within a Word97 environment as it relates to a UserForm. In the Project Explorer, one can see an entity called "TemplateProject (MyMacros)"
|
| Search for Heading 1's | 28 Nov 2003 12:09 GMT | 3 |
I need a short macro that will cycle through a document looking for any paragraph in Heading 1 style that is in a table. It can ignore any other styles within a table, and it can ignore any Heading 1's not in a table.
|
| Dynamically changing Default File Locations | 28 Nov 2003 00:46 GMT | 2 |
I would like to change default 'save as' file locations dynamically based on a variable. The word documents are created for each release and the release name is available as a variable in the embedded macros in the template. When I try to save the documents using File->Save
|
| How to save doc userform minus the macro | 27 Nov 2003 23:47 GMT | 3 |
I have a protected document with userform and macro running some validation on the formfields which I save with a different doc name. How can I save it without the macros?
|
| Word API and Stream object process clashing in .NET : (Urgent) please help!! | 27 Nov 2003 21:08 GMT | 2 |
I am facing a problem in my .NET code. I have a global class in which I have a function that opens the word application, creates a document in the specified location. Then I say word.quit and return true to the calling
|
| Number of pages in a section? | 27 Nov 2003 19:01 GMT | 5 |
Is there a way in VB.NET to find out how many pages are in a section? I assume I could select the section and then count the number of times the bookmark \page appears but I was wondering if there is an easier way. TIA - Jeffrey
|
| alphabetacal lists | 27 Nov 2003 17:13 GMT | 1 |
I need to make and update alphabetical lists is there an auto program I can use?
|