| Thread | Last Post | Replies |
|
| THEME PAPER WRITING | 17 Feb 2004 02:15 GMT | 4 |
I WOULD LIKE TO KNOW WHERE WOULD I FIND INFORMATION ON WRITING A THEME PAPER ON THE INTERNET?
|
| Looking for advise.. and help !!! | 17 Feb 2004 01:10 GMT | 1 |
Can some one point me in the right direction because the more i read on the forums and web the more I not too sure how i should tackle a problem This is my first vba project which i have being trying to work out. I have a table with 4 columns 1-3 are data and nett wages is caculated
|
| Caculations in Tables - Programming Methods | 17 Feb 2004 01:08 GMT | 1 |
I wonder if people can discuss with me "the better technique" on the way to program the following scenario I have a table where calculation will be performed Column Headings of
|
| Save button | 17 Feb 2004 01:02 GMT | 1 |
I made a macro in VBA and have saved it in the "Nomal" template. How can i put a sortcut botton on a tool bar for this saved macro to run. So i do not have to go though "Tool" - "MACRO" each time?
|
| PageSetup object: changing papersize changes also orientation?! | 17 Feb 2004 01:00 GMT | 1 |
I have a problem with a document template. The orientation of my template is set to landscape. When users opens the template, the code will check the preferred papersize from users settings (I'm having my own configuration utility for templates to set all defaults like interface ...
|
| spellchecking again | 17 Feb 2004 00:55 GMT | 1 |
Hey there, with the help of some guys here, I managed to create an automated list of spelling errors in word documents. I used the following code:
|
| DocumentAfterPrint | 17 Feb 2004 00:47 GMT | 1 |
I can find the event DocumentBeforePrint, but is there a DocumentAfterPrint? / Ulf
|
| Correctly coding a user form | 16 Feb 2004 22:29 GMT | 2 |
My experience has been primarily with wordbasic and this is my first foray into VBA. What I'm trying to do is create a user form with an OK and Cancel Button and multiple radio buttons that when selected, will enter predetermined text
|
| deleting a specific page | 16 Feb 2004 21:45 GMT | 3 |
How can I select and delete a specific page from a document? I've created a form from which some pages will not necessarily be required. Thanks
|
| merging pdf files trough Word VBA -> possible? | 16 Feb 2004 20:57 GMT | 2 |
I'm developing an Word add-in the will create one Word document from several Word documents. This file will then by converted (printed) to a pdf using PdfWriter. No problem with this first part.
|
| getting a style to start the next page | 16 Feb 2004 17:57 GMT | 5 |
I am programatically filling a doc with data. All the data appears under a heading (the heading is the job number which has been formatted as style Heading1) I want to avoid a situation where the data relating to a
|
| processing multiple word files to save as html | 16 Feb 2004 17:48 GMT | 1 |
Is there a way I can open multiple Word documents in a folder (C:\WordDocs\input, for example), save them as Compact HTML (I've downloaded MSFilter.dot), then save the resulting HTML files in a different folder (C:\WordDocs\output, for example)? I tried using the Batch Conversion ...
|
| Determining if cursor is off-screen | 16 Feb 2004 17:38 GMT | 8 |
How would you determine programmatically if the cursor is not in the visible window, but scrolled off screen? I have a line of code that I want to run only if the cursor has gotten scrolled offscreen. Larry
|
| Word template fetching data from Global Address List in Outlook | 16 Feb 2004 15:47 GMT | 1 |
I am a reasonably experienced JavaScript / Flash ActionScript programmer, but this is my first venture into the world of Visual Basic. I have been given the task of creating a Word template that when opened, queries the user the following information:
|
| Reference in a dot file via code? | 16 Feb 2004 15:30 GMT | 5 |
H I have a lot of general code in a seperate dot file. Normally, I reference this file into another template in order to get access to its code But my problem is that the location of the templates will not always be the same. The relative path will always be the same but not the ...
|