| Thread | Last Post | Replies |
|
| Options.WarnBeforeSavingPrintingSendingMarkup = False (if already True) does not work via automation (Outside of Word VBA) | 16 Mar 2004 18:23 GMT | 2 |
This article shows how to get it to work (and it does) while in VBA, but I can't get it to work from a VB Application. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbawd10/html/wo prowarnbeforesavingprintingsendingmarkup.asp Any thoughts?
|
| Simple for any Word expert | 16 Mar 2004 16:48 GMT | 1 |
I have a client who wants to create a Read-Only word document that can not be altered. Is it possible to do this? Is it also possible to create a document that requres a password to alter its contents? How would I accomplish either of these with VBA? Thanks, Joe
|
| userform won't open in document based on template | 16 Mar 2004 16:44 GMT | 8 |
I have a template that's 4 pages long. At the bottom of each page is a space for a signature. I'm trying to figure out a way to let the user click the signature line, select their signature from a list, and have that signature populate all four signature lines.
|
| Elementary question | 16 Mar 2004 14:04 GMT | 3 |
I see "dim" in a lot of macros. What does it mean?
 Signature Tonya Marshall tonz AT harborside DOT com
|
| Automation help | 16 Mar 2004 10:13 GMT | 1 |
I am doing Excel Automation in C#, The Excel Sheet is VBA password protected. What I am doing is, trying to access the combo box and text box which are in Excel Sheet, the code at which accessing combo box it is throwing an Exception. I did not have password with me
|
| Splitting the 10page document for 10 separate word documents | 16 Mar 2004 08:43 GMT | 1 |
Is there any option or tool to split the pages into a separate word files. I have 10page word document which I want each page to be a separate word file. If anyone could help me in this regard, it would be great.
|
| selecting parts of a table | 16 Mar 2004 07:41 GMT | 5 |
I working on my first vba project at the moment please note novice who is becoming self taught and learning by example. it basically revolves around a table. the first row is a headings
|
| MailMerge.OpenDataSource works under WordXP, not under Word97 | 16 Mar 2004 07:38 GMT | 1 |
Thanks Doug Robbins and Peter Hewett for replies to my earlier post, which prompted additional testing here. To clarify the current status of that issue: In order to open a Word template and set its data source without user
|
| Calendar Active X | 16 Mar 2004 07:13 GMT | 1 |
Hey.. On my userform I'll have a Calendar control Active X. The code is like this: If this is a userform, put the calendar control on the form as set its
|
| inserting word file into existing word file | 16 Mar 2004 05:29 GMT | 3 |
Can u help me out , 1. I am having one existing Word file " Raj.Doc" Containing 2 or 3 page. 2. now i want to insert another ( "File.Doc") word file into existing ( "raj.doc") word file .
|
| Array Assignment question | 16 Mar 2004 05:12 GMT | 1 |
I have a question about assigning one dynamic array variable to another. I'm not looking to copy the array, but rather am trying to set a variable to reference an array. I've included an MSDN reference that specifically addresses this and I don't seem to be seeing the behavior ...
|
| Dividing variables and ignoring decimal? | 16 Mar 2004 04:54 GMT | 3 |
I would like to divide one Long variable by another, and ignore everything after the decimal point. I'd like to do this totally within the VBA code, although if there's an easier way, I'm open to it. TIA
|
| Where are the VB files stored? | 16 Mar 2004 04:33 GMT | 3 |
I have just purchased a new computer and in the process of transferring files, I am unable to find a folder that contains 5 years' worth of Visual Basic stuff. I am using Word 97 (required by an account I service).
|
| Simple code that works step by step but not alone | 16 Mar 2004 03:06 GMT | 4 |
Another simple bit of code that won't quite work. Taken from a book, it works if I go through it step by step but when I press 'execute', I only get a single beep. 'Compteur' = 'Counter' in English
|
| Page header/footer ? | 16 Mar 2004 03:04 GMT | 2 |
How do you remove the header and footer from the first page of a document but still have it show on all other pages?
|