| Thread | Last Post | Replies |
|
| Word/normal.dot/Toolbars problem?? | 04 Aug 2007 03:10 GMT | 6 |
I have created a toolbar called CustomMacros and have placed a drop-down menu in it with various macros. A few macros that I don't use any more I have deleted out of the normal.dot and have dragged their labels off the menu bar, however, once I close out of Word the label still ...
|
| Copying styles through the Organizer (Word) | 04 Aug 2007 01:20 GMT | 2 |
On occasion I need to copy styles from one document to another. When trying to do so through the Organizer, my only option seems to be to open the document I want to copy the styles from and copy them into the Normal.dot then open the document I want to copy the styles into and ...
|
| Sending colours / styles as well as text to bookmarks | 03 Aug 2007 21:53 GMT | 2 |
Don't know how to best explain this, so I hope my ramble makes sense!! Basically I've done a VB / Access DB app, which sends data to a Word Doc template using a Word object reference and Bookmarks for the actual placement.
|
| Character test | 03 Aug 2007 21:49 GMT | 4 |
I want to check if the last character in cell (i,2) of table 2 is a space and delete it if it is. The coding I'm using is as follows: Set Tbl = ActiveDocument.Tables(2) For i = 2 To Tbl.Rows.Count
|
| Sending colours / styles as well as text to bookmarks | 03 Aug 2007 21:43 GMT | 1 |
Don't know how to best explain this, so I hope my ramble makes sense!! Basically I've done a VB / Access DB app, which sends data to a Word Doc template using a Word object reference and Bookmarks for the actual placement.
|
| newbie - incremental userform | 03 Aug 2007 21:35 GMT | 4 |
Hi, which is the best approach to create incremental userforms such as periods of illness for each worker with a final report at the end of the year? TIA
|
| Find/Replace not working with field. | 03 Aug 2007 19:42 GMT | 3 |
I have fields, throughout a proposal document, to fill the customer name. In a few instances in the proposal, the customer name shows possession, ('s), after the field. A few of our customers end in 's. After entering the customer name I end up with, example: Lowe's's
|
| Open and Save to iManage | 03 Aug 2007 18:32 GMT | 5 |
I'm going to need to build an application using Word 2003 that will be able to open documents stored in iManage, then save them back in iManage after they have been edited. I want to do this using VBA code. I've done a lot with Access and Excel VBA coding, but this is my first ...
|
| Run macro after InsertFile | 03 Aug 2007 14:32 GMT | 1 |
I want to do the following: 1. open a new document based on a template 2. in this document, insert another word document (which I select using a listbox)
|
| Run-time error '50029'; Method 'Export' of object 'VBComponent' fa | 03 Aug 2007 14:29 GMT | 1 |
My syntax is this: VBE.ActiveVBProject.VBComponents(1).Export filename Why am I getting this error?
|
| Drop Down getting values from Excel | 03 Aug 2007 11:11 GMT | 5 |
Ok, so I always get these questions from my co-workers on Friday afternoon... We want to establish a spreadsheet (let's call it schools.xls) that has school names (and maybe 3 or 4 other fields). The users would populate the spreadsheet, then go to a Word doc that has a drop down ...
|
| hidden letters in text box | 03 Aug 2007 06:33 GMT | 6 |
i have a form with two text boxes and two command buttons..... txtquestion txtanswer cmdOK
|
| Custom Property - what am I doing wrong? | 03 Aug 2007 06:22 GMT | 3 |
This is driving me crazy! I have a .dot I'm using to create forms that connect to an Excel spreadsheet (to populate a userform drop down box). I want to have three custom properties I can use anywhere in the document (one is for the path to the Excel data source, one is the ...
|
| Insert PageBreak before certain Styles | 03 Aug 2007 02:50 GMT | 5 |
I would like to insert a page break before any paragraph that has a style starting with "Heading". This code Inserts XXPBXX and is later search/replaced by a page break. This code runs very slow, and there must be an easier way.
|
| ShapeRange Selection | 03 Aug 2007 02:17 GMT | 3 |
The following snippet is part of a larger procedure which places AutoText graphics in a header and then moves them to the correct location: ActiveWindow.ActivePane.View.SeekView = wdSeekFirstPageHeader
|