| Thread | Last Post | Replies |
|
| How to tell what type an image is? | 21 Apr 2005 10:39 GMT | 1 |
If I have a reference to an inlineshape or a shape that is a picture type, how can tell if the image is a bitmap, jpg etc..? Thanks, David C. Johnson
|
| How to disable "Cut" menu item from "Text" Menu of Word! | 21 Apr 2005 08:25 GMT | 3 |
when the user right click on document a context menu named "Text" is displayed. i want to disable the "Cut" menu item from there. is it possible. Thanks Ahmad Jalil Qarshi
|
| Origin and Attached template path, not always the same but.. | 21 Apr 2005 07:47 GMT | 4 |
Since user can have different path to their templats I sometimes would like to find out witch templatepath the document was originally created with. The only way i know i to find out the original path is to get the value from a dialog wich can generate other types of problem. ...
|
| Size of document doesn't change after deleting Doc Variables. | 21 Apr 2005 07:06 GMT | 2 |
I have created 4 document variables into Word document and noted the file size. then i deleted all the document variables. and then again noted the file size. but unfortunately there is no change in the file size. I used the following code to view the variables and then deleted
|
| Range.insertafter | 21 Apr 2005 04:07 GMT | 2 |
Could someone out there please tell me what the significance of Range and InsertAfter in the following statement? I'm soooooo good at using selection.everything but Range puzzles me. Thanks!
|
| Wicrosoft Word | 21 Apr 2005 00:08 GMT | 1 |
When I type words in Microsoft Word, It says "This modification is not allowed because the document is locked." What should I do?
|
| Microsoft word | 20 Apr 2005 23:54 GMT | 2 |
when i type words into microsoft word, nothing happens. What do i do?
|
| How do I create a custom wizard | 20 Apr 2005 23:53 GMT | 2 |
I would like to create a custom wizard--similar to the fax and letter wizards that come with MS Word. Any ideas for where I should start?
|
| How do I remove the page numbers (footer) on the last two pages o. | 20 Apr 2005 23:50 GMT | 2 |
I am working in Word to produce a policy document. It is 10 pages long with a footer in the right-hand corner(Page 1 of 10 etc.). Although it is 10 pages long, I wish to have the last two pages being a Form Template which I want with no page numbers because individuals can then ...
|
| Opening Excel Worksheet | 20 Apr 2005 21:30 GMT | 1 |
I want to create macro in Word that opens Excel and a specific workbook ("F:\ACOM1810\Database.xls") to a specific sheet ("data"). Please could someone help me with the code. I have already tried but i keep getting a compile error, using this code:
|
| Add new item to Array | 20 Apr 2005 21:13 GMT | 4 |
I am a newbie with a question about my form. I populate my combobox using this code; cmboBusGroup.List() = Array("Brecksville", "Chicago", "Ritterhude") What do I need to add so that in the future the user can add to the
|
| Word document with VBA and Autotext | 20 Apr 2005 20:20 GMT | 3 |
I have a requirement to attach a couple of templates to an existing template via buttons. I know that this can be done using the AUTOTEXT feature and attaching it to via a Button with the help of a VBA macro. But I can't for the life of me remember how to accomplish this.
|
| How to tell if a cell is merged | 20 Apr 2005 19:42 GMT | 1 |
I have a WORD table with several cells which are vertically merged. Is there any way through VBA to loop through the cells and detect the specific cells which are vertically merged?
|
| Does a word table cell have an "on change" event? | 20 Apr 2005 19:39 GMT | 1 |
MS Access utilizes an "on change event" to fire off some VBA code every time specific object text is changed. I have a Word VBA Macro which copies field information to various places within my word document. I would like this macro to run whenever a user
|
| CommandBarButton Click event doesnt be fired? | 20 Apr 2005 19:13 GMT | 6 |
Recently, I make some code for adding a menu entry into menu command bar of MS WORD9 with VC++6, then the problem was out, no Click event fired from WORD application! But the same method that I used to add a command bar button to my custom command bar before is ok. Does custom menu ...
|