| Thread | Last Post | Replies |
|
| close all office files | 25 Aug 2006 07:34 GMT | 6 |
Could anyone help with the code to close all office applications that are currently open as I close an office docement. Thanks in anticipation Colt
|
| Save Word RTF or HTML to database | 25 Aug 2006 04:25 GMT | 3 |
I want to edit in microsoft word add a custom menu option called File Save To DB and the document is saved to a database. Is there away that I can get the html representation of the document in the form of a string. Similar to selection.text but I get the html version of the ...
|
| saving file into newly created folder | 24 Aug 2006 23:50 GMT | 3 |
I have code for using a click button in an Access form to take data from the form, open a series of Word templates and insert data from the form into the template bookmarks. I also can create a new folder, using data from the Access form. But I'm getting stuck trying to then ...
|
| LineInput | 24 Aug 2006 23:18 GMT | 2 |
I'm trying to use the function LineInput in VBA in Word2007 and it doesn't work. Is my syntax corect or does the function not exist any longer? TIA LineInput FileIn, varRecordLayout
|
| public subs across multiple projects | 24 Aug 2006 23:11 GMT | 3 |
i've got a procedure that i cannot seem to call from within another project (both loaded via the Startup folder). it'll work if they're in the same project, but different modules. aside from an instance of Option Private, which i don't have, is there anything else that might ...
|
| Number of Copies to Print | 24 Aug 2006 21:25 GMT | 3 |
I have intercepted the "Print" command to bring up a form on which to add the addresses that a letter is being sent to, so that after printing it, it will also print envelopes. The main address comes from a UserForm and is stored in a CustomDocumentProperty which is then loaded ...
|
| Disable carriage return | 24 Aug 2006 21:20 GMT | 2 |
im guessing Im going to have to use a macro for this: I have a form I am building and want to disable users from hitting enter to create a carriage return and expand the form, any ideas?
|
| Clearing the clipboard | 24 Aug 2006 20:57 GMT | 3 |
How do I in VBA code clear the clipboard so that when the document is closed the message about clearing the clipboard is no longer shown. Thanks
|
| Markup View and Track Revisions | 24 Aug 2006 19:56 GMT | 1 |
I am using Office 2003 on Windows XP. I have a program that creates several hundred single page Word documents all formatted exactly the same. It all runs perfect except for one thing. Those documents for which Track Revisions was turned on, can never be turned
|
| How to cure Text repetition after using InsertBefore? | 24 Aug 2006 19:47 GMT | 1 |
On a multi page userform I am using repetition of following code for populating the document from the data entered by the user on the userform. .Bookmarks("MYrsProsTest").Range _ .InsertBefore MYrsProsTest
|
| Option button | 24 Aug 2006 17:21 GMT | 5 |
In a form I have a couple of Option button that are grouped so the selection between these to button is exclusive. I would like to transfer Values of these buttons "True, False" whatever it is to a similar Option button on a Word Document. Option buttons on the Word document ...
|
| Change the status bar | 24 Aug 2006 16:33 GMT | 2 |
Is there a way to add to and/or change the status bar at the bottom of the Word document from within a macro? I would like to add an indicator showing if the file has been changed since the last save.
|
| Adding 'Printed at time & date' to document | 24 Aug 2006 16:29 GMT | 5 |
Is there a way with code using the default print command in word that the text 'Printed at system time & system date' can be added to the footer of a document? If so, would someone be kind enough to supply me with the relevant code,
|
| Start Word with autostart macro fails with Word 2003 | 24 Aug 2006 16:08 GMT | 10 |
I have a macro, called "Correspondentie" that works perfectly with Microsoft Word 2000, no problem! I can even call winword.exe with paramters and the macro just starts. We are now migrating to Office 2003 (including word 2003). No Problem! The
|
| another mail merge question | 24 Aug 2006 14:53 GMT | 5 |
I'm not even sure exactly where the problem is. I'm trying to recreate a form letter that we used to have where when no matter how many characters or no characters were entered into the data source, when the merge occurred, lines would generate to fill in the spaces that weren't
|