| Thread | Last Post | Replies |
|
| Macro for opening | 06 Dec 2004 18:27 GMT | 2 |
I want to write a macro that will cause two things to happen when that specific document is opened, no matter how a previous user left it. I want a certain custom toolbar to be visible, and the document to open in
|
| autoexec error | 06 Dec 2004 17:27 GMT | 1 |
I getting an error when I start MS word or Ms excel that the hidden macro Autoexec has an error. Can someone tell me how to get rid of this error. I can't find an autoexe macro. Thank Mark
|
| How to creat a Template containing Macros | 06 Dec 2004 16:41 GMT | 2 |
I need to create a template with click options. If a box is checked then that macro will cause specific fields and choices to apear. How can I do this ?
|
| Style duplication/copying | 06 Dec 2004 16:39 GMT | 2 |
There does not seem to be any way to programatically copy one style, or part of a style, to another style. Nor a way to "update to match selection" as one can do from the GUI. I have written some tedious code to clone the data property by property, but there should be a better ...
|
| shift enter | 06 Dec 2004 15:01 GMT | 4 |
I need to program the enter key to function like Shift-Enter in MS Word. Can this be done?
|
| Lock module sperately | 06 Dec 2004 14:01 GMT | 3 |
I am using modules in wod vba project. I want to lock project code & module which is inside the project in seperate password. Does this possible. IF so , may I have any solution. Currently If I unlock project user can access any modules, but I want to
|
| Howto Get DataBuffer(memory) into Word | 06 Dec 2004 08:36 GMT | 1 |
I have one application in which variable holds content of word documents. I want to open word and want to display that content. I dont want to create file.
|
| using vba to hide table rows... | 06 Dec 2004 08:09 GMT | 2 |
I've got a question: How can I hide table rows using vba? I've the following table: --------------------------------------------------
| row1 | header | |
| Please help me grasp program structure | 06 Dec 2004 02:57 GMT | 6 |
Hi, I'm a very excited newbie... used to program but it's been awhile. I'm making a Word VBA program to parse a table and make a new sheet of labels, and I totally get all the loops and subroutines and functions and stuff... I'm just confused about how to start.
|
| Can't use word wrap in Word 2000 macros | 05 Dec 2004 23:09 GMT | 2 |
When I try to use the "Record New Macro" system in WD2000 to change an in-line picture to be text-wrapped, the text wrapping options in the picture formating dialog are grayed out. There is a tech note that describes a similar problem (WD2000: Unable to Record Macro for ...
|
| Formatting individual paragraphs in a Cell | 05 Dec 2004 18:27 GMT | 1 |
I'm stuck. I'm writing a few one-line paragraphs into a table cell (actually a label in a word-created blank labels document). All of the text is aligned left. But for a few cells, I want to add an additional
|
| How to single space a document in code? | 05 Dec 2004 17:26 GMT | 5 |
I am dropping the body of an Outlook message into a Word Document using the following code: MyDoc.Content.InsertAfter o_item.Body The proper text gets there, but it is double-spaced. Is there a
|
| Calling Otherproject.Sub from Normal.ThisDocument | 05 Dec 2004 07:43 GMT | 1 |
Two questions, really. I've got my macros in "MyMacros.dot" startup template. But I need some of them in my Normal.ThisDocument Document_New/Open/Close routines.
|
| Maximum Doc Var's | 05 Dec 2004 02:47 GMT | 3 |
Could you please let me know "THE MAXIMUM NO. OF DOCVARIABLE THAT A WORD2003 CAN STORE" Thanks Alok
|
| Can't Paste | 05 Dec 2004 02:18 GMT | 2 |
I have a user form with a text box and a list box. I found some code on the net and put it into my macro like this: Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean) If ListBox1.CanPaste = True Then
|