| Thread | Last Post | Replies |
|
| Save Problems Word XP 2003 | 18 Sep 2006 18:47 GMT | 1 |
I have a user who is not getting prompted by word to save changes to the document. She has made numerous changes to a document, thinks she has saved those changes, closes the document and never gets the pop up that says "do you want to save changes to ". I'm looking for a setting ...
|
| Set F12 to delete line; how? | 18 Sep 2006 15:50 GMT | 5 |
I want to assign "delete line" for MS Word to the F12 key. How can I do this?
|
| Call Word VBA function from add-in template? | 18 Sep 2006 11:38 GMT | 3 |
Hi! I have a Word (2003) template that, among other things, maps typefaces from nice fancy ones to roughly equivalent plain everyday ones, according to weight, roman/italic, and relative size. Ideally I would set up a hash table (associative array), but to my
|
| Hyperlinks | 17 Sep 2006 22:06 GMT | 6 |
Hi, would I be right in thinking that if you place a hyperlink on some text in a foot, it will not work? Thanks Alex
|
| Form Checking | 17 Sep 2006 18:58 GMT | 3 |
if I have a user form with two check boxes on it and I only want the user to be able to check one or the other. How do I stop them checking both please Thanks A
|
| For Each Except First | 17 Sep 2006 18:39 GMT | 9 |
I am processing each row of a table, with the following code For Each oRow in table.Rows Process this row Next oRow
|
| Macro to delete instructions after reading | 17 Sep 2006 08:53 GMT | 2 |
How to I create a macro to enable a reader to use a keyboard shortcut (eg. Control + D) that deletes the instruction page after the reader has read it. I have no idea how to go about doing this in Word, so if you could walk me through it, I would be extremely grateful. Thanks.
|
| API to set EconoMOde in HP Laserjet | 17 Sep 2006 07:41 GMT | 2 |
Does anyone know of a way that, EconoMode in HP laserjet printers can be set with APIs or proramatically through VBA. Any suggestions (other than using SendKeys) appreciated. Thanks
|
| Add combobox into table cell | 17 Sep 2006 04:16 GMT | 5 |
OK, I have a table where I click a button and it adds a row on the bottom of the table. There are four columns in that row and I want to place a combobox in column three of the new row. I have looked everywhere and still cannot get the syntax 100% right:
|
| image | 17 Sep 2006 01:01 GMT | 2 |
can any tell me how to recognize different type of images like jpg, gif, bmp inside word Doc using VBA.
|
| line break | 17 Sep 2006 01:00 GMT | 6 |
i want to add the text "line break start" before the beginning of new line and add "line break ends" after the end of the line for all the lines in MS word doc using VBA. can any one help me with the code of it?
|
| EOF evaluating incorrectly | 16 Sep 2006 07:05 GMT | 3 |
I'm writing a subroutine that will go to a directory, open a csv file, and parse the data line by line. The macro is set to continue this process for all csv files in that specific directory. All is going well, except on one of my csv files, the EOF registers as
|
| How to vba code? | 16 Sep 2006 02:32 GMT | 2 |
In MS Access I can hide my code by converting from a .mdb to a .mde Is there something similar in Word to prevent users from accessing the code?
|
| Remove forward slash when in first character of first line of docu | 15 Sep 2006 23:36 GMT | 2 |
Hi: Thanks to the help of a number of you on this site, the following code successfully replaces the occurrence of a forward slash that is preceded by one or more spaces with a highlighted space. I would like to create code that would remove the occurrence of a forward slash if ...
|
| custom toolbar option grayed out | 15 Sep 2006 22:14 GMT | 1 |
I want to make my own toolbar. Customize is grayed out. Why? thanks
|