| Thread | Last Post | Replies |
|
| split function | 12 Aug 2005 22:16 GMT | 1 |
Is there anything you don't know? Thanks very much.
|
| Unprotect/Protect template problem | 12 Aug 2005 20:59 GMT | 12 |
I have a multipage template form with large fill-in fields, and embedded macros to allow the fields to be unprotected, spell checked, then reprotected without resetting. The fields have been modified to work around the autocorrect bug (i.e., not unlimited length). The form also ...
|
| How to open this file? | 12 Aug 2005 18:28 GMT | 3 |
I sent myself a document with pasted graphics I needed for a project from another PC. When I tried to open it in my desktop, XP Home SP2 with Outlook Express. I found a different file than the .doc file., it is "oledata.mso" which I could not
|
| Prevent User Closing Word by clicking on X | 12 Aug 2005 17:45 GMT | 4 |
Wonder if anyone has actually achieved preventing the user from closing Word by clicking on the application's X in the top right corner of the screen? I have found similar threads but not the answer. Have tried the Application Quit event but although it runs whatever code I
|
| Save text blocks in variables | 12 Aug 2005 16:42 GMT | 3 |
I'm looking for a way to select two (or more) specific lines of text and save them as string variables. I can navigate around to highlight the lines that I want to work with; but have not found a way to "copy" them into a string variable -- as opposed to
|
| Macro to alert you when a network file is open by another user | 12 Aug 2005 16:30 GMT | 1 |
The feature in Word XP(2002) does not seem to be working for us, that alerts you to the fact that another user has a network file open and lists options to open as Read-Only, etc. I've gotten constant calls from users that it just opens as Read-Only and
|
| Do we have to enable macros? | 12 Aug 2005 15:45 GMT | 3 |
I have created a form in Word and attached a macro button to it. The macro unprotects the document, runs the spell check and reprotects the document. It's such a beautiful thing and it works perfectly, BUT.. what's plaguing me the fact that by default macros are not enabled in ...
|
| Help! Can't get macros to trigger in modules | 12 Aug 2005 14:30 GMT | 6 |
I have a program(that I have no control over) that creates a word document from a template. The template(TemplateProject) contains macros in "ThisDocument" and a "NewMacros" Module. The program first opens a document, with tokens like <<Name>>,
|
| Problem with setting a textbox | 12 Aug 2005 12:42 GMT | 1 |
Hi all, I am tring to loop through a number of specif text boxes inside a multipage on a userform. I have a loop that I would like to use to set the name of the textboxes. Hope below logic makes sense: For I =1 to 4
|
| Formatting a textbox for percentages | 12 Aug 2005 12:27 GMT | 1 |
I have a textbox that contains a number created by dividing one total by another. I need to format that result as a percentage. Is there a way to do that?
|
| control data type | 12 Aug 2005 05:28 GMT | 1 |
Can anyone tell me what the Control data type is? I found some code that lets me do what I want to accomplish (move items around in a list box on a userform), but one of the code lines is "Dim ctr as Control," and I can't find any documentation on what exactly "Control" signifies ...
|
| point me in the right direction please | 12 Aug 2005 05:25 GMT | 1 |
I hope someone can point me in the right direction - i don't know a lot of VBA so i'm stumbling around a bit. I populate the recordset in the code below (rec) via an SQL statement. I then create a table in a word document. Everything is fine - EXCEPT
|
| Reference in VBE not checked, tho addin installed | 12 Aug 2005 05:22 GMT | 1 |
Tried posting this to another NG several days ago with no response. Hopefully someone can help... My addin is installed and checked in the document. I have a sub from the addin in the document_new event that is supposed to run, but since an error
|
| Word should be able to automatically combine text in a paragraph | 12 Aug 2005 04:15 GMT | 2 |
I have the following paragraph I copied from an email. It has text on several lines, and I would like to be able to combine all of this onto as few lines as possible to save space before I print it. I would like to change margins to, maybe 0.75 or 1 inch top/bottom and
|
| Find / Replace with Verify | 11 Aug 2005 22:15 GMT | 2 |
I am looking for a little help manipulating two word documents with VBA. My VBA experience is limited to basic Excel functions that were pretty straight forward. I want to take a source file containing the VBA code and a list of
|