| Thread | Last Post | Replies |
|
| Linking fields in Word forms | 26 Oct 2006 16:56 GMT | 1 |
I have about 12 forms (separate Word files) which have common fields (e.g. project number). Is there a way to populate all forms with the common data when the first form is filled in? Thanks
|
| Calculating the height (in mm) of a text line in Microsoft Word | 26 Oct 2006 16:24 GMT | 3 |
I'm making a program, in VB.NET, that creates and fills a table in a Microsoft Word document. Therefore I need a method to calculate the exact height, in millimeters, of a text line written with a certain font, at a certain
|
| Contol when an Addin Execs | 26 Oct 2006 15:08 GMT | 2 |
I need my addin's modules to exec for only a specific template, so placing the code that calls that template works, but not with Med security settings, perhaps there's a way around this? The macros work when manually executed, I have an automated process that
|
| How to determine current text column number | 26 Oct 2006 13:40 GMT | 3 |
I need to work out (using the api) which text column the cursor is currently in. I have tried Selection.Range.Information(wdStartOfRangeColumnNumber) but this always gives the value -1 (it only seems to work correctly for table
|
| Get MailMerge.Datasource as Document-Object? | 26 Oct 2006 11:20 GMT | 4 |
Is there a way to the MailMerge.DataSource as a Word-Document-Object (when it is a Word-Document, of course), without EditDataSource and catching the then "ActiveDocument"? Yours,
|
| end notes | 26 Oct 2006 10:45 GMT | 1 |
I have po document with header and footers. I want to add multipage endnote to this template document. I get headers and footers in my endnote wich i dont want. Also i want endnote to follow the last footnote
|
| Call Subroutine as variable (Access 2003) | 26 Oct 2006 10:45 GMT | 4 |
I would like to be able to call a particular subroutine based on recordset data. For example, if rs.fields("FormID") = 29, I would like to be able to call PreviewDocument29 by doing something like this:
|
| Paragraph moving unexpectedly between columns! | 26 Oct 2006 10:45 GMT | 1 |
Im currently writing an application that processes all the pictures in a document, converting them to another format. Ive found an very interesting problem..... A test document I have contains a shape anchored to the top paragraph
|
| FORMAT INFORMATION IN LINE WITH AN ORGANISED HOUSE STYLE | 26 Oct 2006 09:46 GMT | 1 |
i've been asked to organise doc. in house style, what do they meen
|
| Add Macro to Normal.dot when user log in | 26 Oct 2006 07:55 GMT | 2 |
I made a .doc file that can add a costumize toolbar when user opens the file. And those toolbar, forms, modules will also be saved in user's Normal.dot. I am now trying to add this tool bar and Macro to all users in a domain. Insert of replacing users' normal.dot, is there any ...
|
| Range Madness and Other Frustrations | 26 Oct 2006 02:28 GMT | 19 |
This is a very long post. I have had fits today working with ranges and an on exit event. My challenge (perhaps your childs play) was to create a conditional additional question in a form. Example:
|
| Variable to declare function lib location? | 26 Oct 2006 00:34 GMT | 10 |
I call several functions in an external dll file. I would like to avoid placing the dll in the system32 folder. I tried regsvr32 but the dll has no entry point define for this. If I put this in my module it works fine: Public Declare Function
|
| MVP.Org pseudoautomacros: How to... | 26 Oct 2006 00:11 GMT | 6 |
I'm having a problem implementing this programming... ref: http://word.mvps.org/faqs/macrosvba/pseudoautomacros.htm Word2000 I have added to my existing "ADOTemplate" module the code
|
| Forms / Send to | 25 Oct 2006 21:41 GMT | 3 |
Not quite sure which thread this should be on, but I'll try here: I have a straightforward form in Word with some drop-down selections and text input. After completing the information I save the .doc file, and do a Send To, which looks beautiful in Outlook, except that ALL ...
|
| VBA Code - Pasting Pictures from Excel into Word | 25 Oct 2006 21:05 GMT | 5 |
I am using Excel to automate the creation of a simple report in Word. Due to limited stack space I've had to copy my charts in Excel as pictures. When I then try to copy and paste these pictures into a Word document as part of the automation, the picture doesn't stay where I ...
|