| Thread | Last Post | Replies |
|
| find and replace mac excel 2004 | 23 Jan 2007 10:55 GMT | 1 |
Does anyone know how to use the replace function to replace the cell pattern as well as the characters in the cell in mac excel? When I open excel in windows there is an options button that allows you to change the cell pattern (eg color) in the replace function. Can this be done
|
| assign a macro to (or override) return / enter key | 23 Jan 2007 10:53 GMT | 1 |
I needed to override the return/enter key. I found a solution by adding to keybindings collection but i was wondering if it is possible to do the override using Tools > Customize > Keyboards (opens up Customize Keyboard dialog). When i press return while in the "Press
|
| spell checking | 23 Jan 2007 10:51 GMT | 1 |
How can I spell check the text fields in my form before I save it to my document? I got the RunSpellCheck macro and added it to my form as a command button. But when the form is up and I click the button, the macro runs but does not correct the misspelled words in the form.
|
| Problem using StyleRef in header | 23 Jan 2007 09:28 GMT | 1 |
Ok, i have attemted to use a styleref in the header referenceing to "text1" in the document. I have also set the specified field "text1" to calculate at exit for auto fill the rest of my document, i'm not sure wether i'm just not typing the correct information into the header, ...
|
| How to hide ribbon in word 2007 program programmaticlly in C++? | 23 Jan 2007 05:33 GMT | 1 |
Does anybody know how to hide ribbon or menu bar in word 2007 using C++?(or VBA). I have a requirement that when using CHtmlView in MFC to open office document, the ribbon or menu,toolbar must be hide to increase the viewing
|
| Printer Duplex | 23 Jan 2007 04:46 GMT | 5 |
I've a problem with my SetPrinterDuplex function use. (See http://support.microsoft.com/kb/q230743) I want to print a file with duplex option. So, I use the function like this:
|
| Populate a Multi-Column ListBox | 22 Jan 2007 14:02 GMT | 11 |
I know how to populate a multi-column listbox one item at a time using AddItem and List. I know how to populate a single column ListBox using List and an array. I am trying to figure out code that will populate column 1 of of a two colunm listobox with the contents of one array ...
|
| This gives up: INCLUDETEXT "File.doc" {IF cond BkMrk1 BkMrk1} | 22 Jan 2007 10:23 GMT | 4 |
I used {INCLUDETEXT} and {IF} fields to implement some type of basic conditional text in Word. It was working fine for a while: I was defining "resource texts" in a resource file and marking them with bookmarks, and including them into my
|
| add a button in the standard toolbal | 22 Jan 2007 10:13 GMT | 1 |
I am trying to add a button in the standard toolbar and load it using startup folder templates. I have found this code - which is adding a button (Version number) but i dont understand how can i add my custom button in it ?
|
| Help with Calendar | 22 Jan 2007 08:44 GMT | 1 |
Win 2000 Pro, Word 2000 ver 9 I use the built in calendar wizard every month to make up a calendar for distribution. The default font is 36 point and Times New Roman. This only allows a few
|
| My add-in .DOT's VBA events don't fire | 22 Jan 2007 04:41 GMT | 1 |
Word 2003 vba: How can I activate the VBA events of a .DOT I attached as an "add-in"; alternatives? wll file? I have just completed writing part of a fairly complex VBA utility for controlling Word. This utility makes use of a number of events including
|
| Word 2003 and Outlook 2007 macro Run Time Error 13 | 21 Jan 2007 16:09 GMT | 5 |
Run Time Error 13 Type Mismatch with Word 2003 and Outlook 2007? Does anyone know what the problem is here? Help gives a variety of Debug Error etc but nothing I can see? It worked fine the other day!! At a loss...
|
| Assinging a macro | 21 Jan 2007 15:56 GMT | 5 |
I know how to assing a macro in Excel, but how do you accomplish the same task in Word, without a bunch of programming? The situation is that I have a macro with about 5 subs (which I didn't write). How do I simply put this macro behind a button so that all the end user has to ...
|
| page border color | 21 Jan 2007 08:51 GMT | 8 |
Can I use something like this to programatically change the color of the page border? I can't figure out how to do it exactly... With Dialogs(wdDialogFormatBordersAndShading) 'some code here to change the page border to the integer intMyColor
|
| check boxes | 21 Jan 2007 03:18 GMT | 1 |
I have the following macro that will update a check box. My document has 25 check boxes. Is there a way to write one macro that will update all the boxes instead of coping the following 25 times? If frm.cb1.Value = True Then
|