| Thread | Last Post | Replies |
|
| A procedure to write a procedure - shareware time limit | 02 Jan 2004 21:54 GMT | 14 |
I am trying to write a procedure (procedure A) that will 1) check if another procedure (procedure B) exists 2) if that procedure does not exist create it hardcoding the date on which is first run
|
| Button Properties | 02 Jan 2004 18:42 GMT | 2 |
I want to be able to change the properties of a toolbar button depending on the current state the document is in. For instance, when the user clicks on a button i want it's state (and its appearance) to change, and other controls to be enabled or disabled on the
|
| document_new | 02 Jan 2004 18:04 GMT | 3 |
May i start by wishing everyone here a happy new year. And now, my question. We have a document management system which produces Word documents for us. This process involves a user inputing data into the application which then
|
| Hiding the looping calculations | 02 Jan 2004 17:59 GMT | 2 |
I have an application where I am calculating the average of columns in a form table. The calculation works fine but it is somewhat slow and it causes the monitor to blink for about a minute as it loops through all the cells. Is there a way to hide the calculation, to turn the
|
| Command line start... | 02 Jan 2004 16:18 GMT | 6 |
I may be in the wrong newsgroup with this query, if so I apologize. Here's my problem. To open a Word document from a MS/Access application I use a statement similar to the following (the directory specs are OK):
|
| macro for saving file | 02 Jan 2004 15:40 GMT | 1 |
We want to save hundereds of files in .doc and .XML format. We have created a macro that does this. However we cannot get the macro to use the orginal file name. We tried cut and paste etc, but when the macro runs it
|
| Persistant variables in word 2002 | 02 Jan 2004 13:23 GMT | 4 |
I've got a fairly large macro in word 2002 that needs to store document state variables inside a doc without them being accessible to regular users. is this possible and if so, where?
|
| Creating userform | 02 Jan 2004 11:03 GMT | 5 |
Is there an easy way to convert text from a document into a userform? The document has numerous lines that is basically a checklist. The user checks off which lines appear in the final document. There are hundreds of lines,
|
| lockaspectratio for inlineshapes | 02 Jan 2004 11:03 GMT | 1 |
I'm trying to programmatically change the width of an inline shape, after setting lockaspectratio=true. When i click on the picture i see that the lockaspectratio box is indeed checked, but it doesnt seem to work... the width changes independently of the height. if i manually
|
| SetFocus to beginning of box? | 02 Jan 2004 11:03 GMT | 3 |
Using Word 97. I want to move the cursor to the left-hand end of a text box. I've tried: .Mybox.SetFocus
|
| Word menu item | 02 Jan 2004 10:53 GMT | 1 |
I’ve got a task, where I have to implement a Word template for about 45 people in a department. The template is on a server disc I would like every single pc to have a menu item that calls a new document based on this template. How do I implement a menu item that works general from ...
|
| Predefined bookmarks cannot be modified? | 02 Jan 2004 09:36 GMT | 2 |
I have a template with a dialog box. If a checkbox is not checked, the line containing the bookmark is deleted when the dialog box is closed, like so: If UserForm1.CheckBox1.Value = False Then
|
| Clipboard Woes | 02 Jan 2004 08:32 GMT | 2 |
Word 2000 I have a macro that passes data to and from the clipboard. I have a problem in that the contents of the clipboard seem to be changing unexpectedly. In the code below I've marked the lines where the change seems to happen. If I
|
| hyperlink properties and or methods | 01 Jan 2004 23:56 GMT | 3 |
Office 2003 I have a couple of word documents that contain a few hundred hyperlinks. I have need to edit these links and have worked out a procedure to loop through them in the manner needed. The two properties I need to edit are the
|
| Revisions programming can be made to work?? | 01 Jan 2004 16:52 GMT | 8 |
I need a procedure that will print out all of the revisions in a document along with their "parent" paragraph and sentence numbers. Here is the code I've used (thx Helmut Weber for cmts): For I = 1 To ActiveDocument.Paragraphs.Count
|