| Thread | Last Post | Replies |
|
| COmmand Bar Protection | 03 Sep 2004 00:33 GMT | 1 |
I have tried to protect a custom commandbar in VBA, but 2 settings (*) seem to interfere with each other For Each MyCmdBar In CommandBars If MyCmdBar.Name = "Test" Then
|
| Word delete section breaks | 02 Sep 2004 23:48 GMT | 10 |
I would like to delete any section breaks at the end of the document, if there are any. Assuming that I have an open document object, how would I go about this? This is what I have so far: 6030 Set objTarget = GetObject(str_CombinedFileName)
|
| FileName Field Trimed to first 11 characters? | 02 Sep 2004 22:49 GMT | 1 |
Is there a way to take any field and "trim" it. I have a FileName field that is too long. We are unable to change the actual name of the file because it is accessing it from a document management program. I only want the
|
| print current section page line numbers in 2nd Word doc | 02 Sep 2004 21:49 GMT | 1 |
Please help! Now that I can print the current section, page, and line number from a Word document into message boxes, how can I print that information into a separate Word document using a Word macro?
|
| Problems with InsertFile and AttachTemplate | 02 Sep 2004 21:08 GMT | 3 |
My group has just upgraded from Word 2000 to Word 2002 (SP3). When I tr to run certain macros word hangs on certain methods, specificaly Section.InsertFile and ActiveDocument.AttachTemplate. By "hang" I mea that when Word calls one of these methods Word freezes. The macro
|
| hot links | 02 Sep 2004 21:03 GMT | 1 |
How do convert a word in a document to a link. Basically when I click on a word (other than an address) it takes me to that page. thank you
|
| maximize vrs activewindow | 02 Sep 2004 20:30 GMT | 2 |
Is there a difference between using DoCmd.Maximize and ActiveWindow.ActivePane.View.Zoom.Percentage = 100
|
| unprotect VBA project with code | 02 Sep 2004 19:59 GMT | 3 |
How do I programmatically unprotect a VBA project? That is, I have copied my Normal.dot as an addin, and now want to programmatically re-name the addin (so that I can use VBE.VBProjects(x).Name to modify the code). I tried:
|
| Need to change how we distribute firm templates? | 02 Sep 2004 18:50 GMT | 7 |
Our setup is this: We use Word 2000 and Win 2k (probably upgrading to Word 2003 soon). We have 2 main firm templates and about 20 other templates (letter, memo, fax cover sheet, etc.) that are stored on our server. The
|
| Using Case | 02 Sep 2004 16:46 GMT | 4 |
I have a macro that has 14 cases. I am running it with For i = 1 to 14 Select Case i This works, but if I add or delete a case I need to
|
| Save document via VBA with username?? | 02 Sep 2004 16:32 GMT | 3 |
I made a survey sheet that I plan on mailing to people and I want it to automatically save to a network share. I have that working fine, but I need help with the naming. I would like it to give the username and then the document
|
| Insert OLE Object? | 02 Sep 2004 15:24 GMT | 1 |
I need a way to insert an OLE Object into a Word doc using VBA. Does anyone know how I can do this? I'm basically looking to duplicate Word's Inert->Object dialog. I know about the InsertFile method, which I believe provides the
|
| Checking for variable | 02 Sep 2004 14:40 GMT | 4 |
I have tried a docvariable but can't seem to get it to work... I tried: If ActiveDocument.Variables("new").Value = 0 Then
|
| Differences/Conversion Problems between Office 2000 and 2003? | 02 Sep 2004 14:22 GMT | 5 |
Just wondering if anyone has come across an issues with converting to office 2003 from lower versions? I have some macros that work fine in 97 and 2K but do not work (at least not as expected) in 2003.
|
| Save formatted text | 02 Sep 2004 12:57 GMT | 1 |
Anoine who know a smart method to select a cell inside a table, and copy the text into an area where the formatting survive. I can not use the clipboard. Please!
|