| Thread | Last Post | Replies |
|
| Fluent Ribbon control OnLoad event | 09 Jul 2007 08:14 GMT | 2 |
I'm using a Word-model (.dotm) to customize the fluent ribbon. Basicly I'm only adding an new Tab with some extra functions written in VBA. The VBA-code is in the same document. I've edited the cuttomUI using the CustomUI Editer tool from
|
| Get Adjacent Bookmarks (VSTO) | 09 Jul 2007 06:41 GMT | 2 |
Hi all, Given a bookmark within a document what's the best way of locating bookmarks that maybe adjacent. (i.e. they share their start and end repsectively with mine). I've noticed that the range object bookmarks collection *may* include
|
| Writing to correct document | 09 Jul 2007 06:25 GMT | 1 |
I have 30 templates which, when they open (call the instance docA), load a master template which stores user forms and code applicable to all 30 templates. I am not and do not wish to put this master template in any Word startup folder because it is with the 30 master templates ...
|
| Counting words (Word 2003) | 09 Jul 2007 03:20 GMT | 2 |
I have an array of words. I need to go through a large document and get a word count (case insensitive) for each of the words in the array. I thought the simplest way would be to do a .Find.Execute Replace: = <> of
|
| Open Word Document VBA | 09 Jul 2007 01:08 GMT | 1 |
I am trying to adapt some code for my needs however, whilst the message is correct. An error message says the file cannot be found? Thanks for you help in advance.
|
| Read-only document | 09 Jul 2007 00:20 GMT | 2 |
I have written a procedures manual for distribution on-line, and I have created a password for the document so that users cannot alter the document. Question 1: Can I eliminate or hide the confusing MsgBox, so the document opens
|
| Table Help | 08 Jul 2007 20:22 GMT | 2 |
I was looking at all the table questions last night and found a macro written by Lene Fredborg that does almost what I am looking for. What I’m looking for is how to go to the 5 text location in the cell and copy the rest of the text (which would very in length) in that cell. The ...
|
| code to move files created between two dates to folder B? | 08 Jul 2007 19:48 GMT | 12 |
Hi All, . I am seeking vba code to MOVE files created between date1 and date2 from folderA to folderB? ? Possibly something like: Dim date1 As String date1 = Selection.Text
|
| is there a way to make a drop down with a set of programed insert | 08 Jul 2007 17:44 GMT | 1 |
I would like to create a drop down in a standard letter with program responces to just click in to fill in a letter real quick if it is possible
|
| UserForm | 08 Jul 2007 16:16 GMT | 3 |
I hope that I can make this make sense. I have several user forms called, e.g., "UserForm1" through "UserForm50" I want to set a variable called "FormIs" to represent one of the user forms. I want to select the appropriate user form from a dropdown list that
|
| Coping Footer/Table Information | 08 Jul 2007 00:30 GMT | 4 |
In my document footer I have a table that consists of 1 row and 3 columns. What I would like to do is take the second word in column 1 and save it as Word1 and take the second word in column 2 and save it as Word2. Then in my document have bookmark ‘bknbr’ = Word1 and bookmark ...
|
| Determining class of IP address | 07 Jul 2007 19:40 GMT | 4 |
Well, today's project is learning how to read the classful boundry of an IP address. Looking at the first octet of an IP address, I need to know the class of that address:
|
| Macro applies wrong style? | 07 Jul 2007 19:10 GMT | 6 |
I wanted a macro to apply a common format that I use in my work. No problem, I started recording a macro, assigned it to a key, then used the Style pulldown to select "Code". It changed to Courier font and Code style like it should. I ended the recording, and tried applying it ...
|
| Adding a text box forces an "Enable Macros" prompt | 07 Jul 2007 18:30 GMT | 3 |
I have created five .dot format files, all with security set to medium and one test box, from unprotected .doc format forms . When creating a sixth .dot format file, opening the .dot forces an "enable macros" prompt. It does not do this on the other files. If the text box is
|
| Conditional Check boxes | 07 Jul 2007 11:09 GMT | 1 |
I am working with a protected form template. What I am trying to do is to make certain check boxes (from the Forms toolbar not ActiveX controls) appear when a certain selection is made from a dropdown menu.
|