| Thread | Last Post | Replies |
|
| plz show me a e mail send to other person or send button | 03 Apr 2006 21:46 GMT | 1 |
please show me a send button in my misrosoft out look programm. how i send a my messeges to the other person .
|
| FilePrint in addin vs. attached template | 03 Apr 2006 19:58 GMT | 7 |
I have intercepted my FileSave sub, and when I run my code as an attached doc it works great; when I run it as an addin, it fails to correctly run my "inner-code" (i.e., page 1, 2 pages; page 2, 3 pages; page 3, 1 page, etc.). Any idea how I can correct this? I'm wondering if it's ...
|
| AddAddress fails | 03 Apr 2006 17:54 GMT | 1 |
Having learnt news about GetAddress, I've also tried AddAddress according to the example given in Word 2000 VBA Help. But I get the message "It is not possible to add the address to the private address book"
|
| - How to show AddShape object over Image control? | 03 Apr 2006 17:00 GMT | 1 |
I am having a problem displaying a shape object over/above an image control. What I am trying to do is pretty simple - draw a circle on Image_click over the clicked area (see the code below) The problem is that the newly added shape object appears behind the image
|
| Write text to and retrieve from Add-In? | 03 Apr 2006 16:48 GMT | 6 |
With a macro contained in an Add-In template, can I reference the Add-In itself, write text onto the template document and retrieve the text? Ed
|
| Calc on Exit...from Slider bar? | 03 Apr 2006 16:02 GMT | 1 |
I have a slider bar (Scrollbar1) that chooses a value between 1 and 4. That value then populates my userform at bookmark "Row1Total" via this VBA: Private Sub Scrollbar1_Change()
|
| Word 2003 FormFields | 03 Apr 2006 16:02 GMT | 1 |
Does anyone knows how to erase the value of a FormField in Word with Office 2003? When I am using the code as membered (sending an empty string) below I get an error and the FormField is still having it's value.
|
| removing parallel cites from legal documentation | 03 Apr 2006 15:48 GMT | 4 |
I'm interested in removing "parallel citations" from some legal documents (is there by any chance a freely-available regular-expressions add-on for Word?). That is, I'd like (roughly) to change:
|
| automating removal of hyperlinks | 03 Apr 2006 13:36 GMT | 3 |
Is there a simple way to remove all of the hyperlinks from a given document, or document section? Thanks much.
|
| No page numbers in table of contents for non-sequential levels | 03 Apr 2006 13:32 GMT | 2 |
Is there a way to remove the page numbers in the TOC for non sequential levels? \n 2-3 will take care of the first grouping but I also need TOC 5 without numbers. ABSTRACT................................................ iii TOC1
|
| search and delete makro? | 03 Apr 2006 11:43 GMT | 2 |
Kind embarrassing, but if I want to search for () and delete the parenthesis and everyting in between, ie if I have something like "(bla bla bla)", I want to delete both the left and right parenthesis and the text in between. Smartest way to do that?
|
| Remove XML Tag in Word | 03 Apr 2006 07:06 GMT | 2 |
Is it possible to delete the XML tag programmatically without deleting the text within the tag?
|
| How do I replace highlighted text - Word inserts it in front? | 03 Apr 2006 05:14 GMT | 4 |
When I copy some text and wish to insert it over the top of other highlighted text (ie replace this), Word will only insert it in front of the highted text rather than replacing the higlighted text. Any ideas?
|
| automate jump to next form field | 03 Apr 2006 04:02 GMT | 5 |
In a Microsoft Word 2003 fill-in form, can I automate a jump to the next form field once information is entered into the field? Ex. once a 3-digit area code is entered, how can I automate the jump to the 3-digit prefix, without the user having to tab over?
|
| Hoow to move between form fileds when maximum length is reached | 03 Apr 2006 03:41 GMT | 2 |
HI, does anyone know how to help me with this problem: I have word document with a lot of formfields in it. I would like to write a code for this scenario: when user enters a maximum alowed number of characters ih the formfield I would like the coursor to enter the next
|