| Thread | Last Post | Replies |
|
| VB.net Automation | 29 Aug 2003 21:51 GMT | 1 |
I am trying to create a document that is comprised of a number of smaller documents based on a template. I am able to create the documents one at a time and print one at a time, however I would like to be able to append each
|
| AllCaps question | 29 Aug 2003 20:53 GMT | 2 |
Word2000 code: --- With Selection.Find .Forward = True
|
| Getting the size of an InlineShape | 29 Aug 2003 20:31 GMT | 4 |
I have 3 identical pictures linked to a W2000 document testpic.PNG testpic.JPG testpic.GIF
|
| VBA for return focus to Active Doc after launching popup? | 29 Aug 2003 19:03 GMT | 2 |
VBA code in underlying template/document launches a tiny popup form that remains visible while user is working on underlying Active Doc. Sole purpose of popup form is to launch other popups on demand during user input session
|
| saving files | 29 Aug 2003 17:38 GMT | 1 |
i would like to write a bit of code to add to all my documents in the company so that when they click the save as button it will open a specific directory how can i do this
|
| ExtendSelection code gives run time error 509 in word XP | 29 Aug 2003 14:44 GMT | 4 |
I have a macro that works fine on Word 97 and Word 2000, but when I try to run this same file on a Word XP application I get an error: Sorry this template will not work with MSWord version 1, this template is only
|
| change MailMerge.DataSource | 29 Aug 2003 13:22 GMT | 2 |
Ich want to change the datasource of a mailmerge documente from vb-code (from an Access-application). Made the following coding: Dim wrd As New Word.Application wrd.Documents.Open "c:\scratch\My.doc"
|
| simple check box with some protected fields | 29 Aug 2003 13:10 GMT | 1 |
I'm trying to set up a simple form !!!! with some fields protected and some fields for a check box of either yes or no.
|
| Email this document | 29 Aug 2003 11:29 GMT | 1 |
I have an idea for a helpful macro, I would like to run it by the keepers of the knowledge before I even begin. Our email client is GroupWise. I would like to create a macro "email this document". Once run, the macro would attach a .rtf copy of the document you are currently in to ...
|
| How open file, force user to save as new name? | 29 Aug 2003 08:28 GMT | 1 |
My program has created an RTF document in a temporary location, and I open Word to allow the user to see the document. Problem is, if they make changes and do a simple "File:Save", they save it with my silly temporary file name, in my temporary directory (so I might delete it ...
|
| AutoLoad userform | 29 Aug 2003 07:25 GMT | 2 |
I have a problem with autoload Userform. I want the userform to open every time the document is opened. When a user open the template the first time, everything is Ok (Userform loads.)
|
| Draw Line From a Macro | 28 Aug 2003 23:31 GMT | 1 |
I am using office automation to export Access report data to a Word doc. I want to draw a double line at sereval points on the document. I tried several methods but the lines move as I add more text. I can't figure out how to
|
| Need help creating macro regarding auto-capitalize function | 28 Aug 2003 23:04 GMT | 1 |
I work as a medical transcriptionist and am using Word 2002. I have to type a lot of diagnoses that are numbered in list style and also a lot of lab values. I have my Word set to do auto-capitalize, but notice that it will
|
| Can't access files | 28 Aug 2003 21:48 GMT | 1 |
I cannot access excel or word docs i first get this message when I turn the program on or try and open a file." "PALMAPPS.XLT" cannot be accessed. The file may be read-only, or may be trying to access a read only
|
| Word 2003 VBA | 28 Aug 2003 18:11 GMT | 3 |
Does anyone know where to find information about any problems/differences in VBA coding for the forthcoming edition of Word (Word 2003). Specifically, are templates treated in the same way? If I have a
|