| Thread | Last Post | Replies |
|
| Offline use of templates | 09 Nov 2006 08:53 GMT | 7 |
This question has two parts: Download of templates from Sharepoint to Local drive: Does anyone know of how I could synchronise my boss's templates to be downloaded from Sharepoint (where they currently reside) down to the
|
| Using ComboBox Control | 09 Nov 2006 06:55 GMT | 5 |
I'm not sure if this is the right place to ask this, so please point me in the right direction if not. In keeping with my employers "best practice" procedures etc., we are converting a number of Excel s/s to Word documents, for some reason.
|
| Printing Hyperlinked documents | 09 Nov 2006 06:40 GMT | 1 |
I am trying to compile a manual from existing Word and Pdf documents. The pdf documents get sent from an external company, so it is not reasonable to convert them to Word each time they get updated. I would like to either link or hyperlink the pdf documents and then have them ...
|
| How to detect Word 2007 | 09 Nov 2006 06:00 GMT | 1 |
What code can I use in my VBA project to detect that I'm running in Word 2007? thanks in advance, gary hillerson
|
| Possible to automatically generate a Word file from a database? | 09 Nov 2006 04:37 GMT | 5 |
Hello! Suppose I have, in Excel, a list of book names going down the first column and the chapter number going across the first row (e.g., cell B1 would have a value of "Chapter 1", C1 would have a value of "Chapter 2", and so on...). Suppose each cell within this file structure ...
|
| Check Dictionary, Paper Size, etc | 09 Nov 2006 04:33 GMT | 4 |
Does anyone know how to build in some VBA code that will check that the office template has the following attributes assigned at startup: 1. Paper size = A4 2. Standard Set of Styles is being used
|
| Export merge fields to excel | 09 Nov 2006 03:56 GMT | 1 |
I am looking for code to export the name of the first instance of mail merge fields to a new excel doc. In the alternative, creating a new doc with the field names would be a start. Also trying to figure out how to save that excel doc with the same name as the word doc that the ...
|
| document on close | 09 Nov 2006 03:08 GMT | 1 |
I have created a toolbar which is created when the document_new is fired the problem is I have set the delete function in the document_close procedure so whe the document is clsoed it deletes the toolbar so it is not left. the problem is when the toolbar is deleted it then asks if ...
|
| VBA Runtime error 462 | 08 Nov 2006 22:56 GMT | 4 |
I have 2 VBA procedures which create a Word document from 2 different templates : Model1 or Model2, stored in the same directory: Set wrdDoc = Documents.Add(Template:="\\Server\Mes documents SVR\Pilotage\Model1.dot", Visible:=False)
|
| Load addin | 08 Nov 2006 18:15 GMT | 2 |
I am developing an addin in C# but guess my question can be answered here as well. I know this is a "silly" question, but I am starting to run out of thing to try to solve my challenge.
|
| How do I write the macro line to "Right-Mouse-Click" ? | 08 Nov 2006 16:37 GMT | 4 |
How do I write the macro line to "Right-Mouse-Click" ? Many Thanks, Cheryl
|
| Parameters for the SetSize property in the wdDialogFormatPicture dialog | 08 Nov 2006 16:01 GMT | 3 |
Im currently building an application to convert all pictures in a document into a certain format. Im know my way around the object model very well but have hit a serious brick wall when tryin to set the Width's and Height's of a InlineShape.
|
| Font Size in MS Word Table | 08 Nov 2006 15:50 GMT | 2 |
Is there a way to have Word automatically size the font larger or smaller in order to fill a given cell in a table in Microsoft Word? Thanks! -KD in CT
|
| Copying the result of a macro to the Clipboard | 08 Nov 2006 14:53 GMT | 2 |
Thanks to the kind of Helmut and Greg, I finally got the following macro Sub MotsTect() Dim lCnt As Long Dim wCnt As Long
|
| Insert text in different Word documents | 08 Nov 2006 13:08 GMT | 1 |
I have a big problem and I hope you can help me! Can you tell me how I insert same text in the beginning of hundreds of different word documents. ...and the inserted text would preferably contain the name of the file.
|