| Thread | Last Post | Replies |
|
| Word ComboBox Mouse Scroll Button Within | 07 Jul 2007 09:59 GMT | 3 |
I have small nuisance occuring. When I select the dropdown arrow in combobox and move mouse to within combobox contents, I can't use the mouse scroll wheel to scroll through the list of items. It's seems to be still set to page focus or something since page actually scrolls and ...
|
| Current page number in Protected document don't work | 07 Jul 2007 00:44 GMT | 5 |
I have the following problem with Current page number which appears in Word 2000 My users unfortunately use Word 2000 (9.0.4402 SR-1) When I protect document programmatically with following code
|
| Adding a slick progress bar to my macro | 06 Jul 2007 22:39 GMT | 4 |
I got the code to add a progress bar from the Word MVP website (http:// word.mvps.org/FAQs/Userforms/CreateAProgressBar.htm) but I wanted to apply it to the awesome code Bear created for me in a previous post. I was deleting and/or replacing checkboxes in a document. I counted
|
| Search for Style Separator | 06 Jul 2007 16:35 GMT | 7 |
Is there a way to replace paragraph marks formatted with the Hidden font attribute with Style Separators? Here's my best try: Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting
|
| Routing slip? | 06 Jul 2007 11:31 GMT | 1 |
Does anyone here know the code for creating a routing slip?
|
| Write text to clipboard programmatically | 06 Jul 2007 11:14 GMT | 2 |
I wish to write a few lines of text to the clipboard using vba in Word. For example the pseudo code would be something like, this.text "hello my name is micky mouse" & vbCrLf & "My friend is minnie mouse", send to clipboard.
|
| can I name a section break in a word document? | 06 Jul 2007 05:33 GMT | 3 |
Is it possible to name a section break in a word document?
|
| Disable / prevent document close, except through a userform. | 06 Jul 2007 05:08 GMT | 2 |
I'm looking to force the user to close the document through a userform, rather than clicking the 'X'. There's code out there (MVPs) that disables the 'X' for a userform, through the API.
|
| Business Card Templates | 06 Jul 2007 03:56 GMT | 9 |
I downloaded some Avery business card templates. The single file downloads as a ".doc" file. It adds a new ribbon item called "Avery Template". The page contains what I think are fields but I can't seem to display them or modify them. There does not appear to be any macros inside ...
|
| TypeText returns before completing | 06 Jul 2007 02:04 GMT | 1 |
Does TypeText return before completing? I have a long macro that does loops. In the loop, it does a find, and then uses TypeText to replace the found string, and then does a few MoveDown's and deletes some stuff. If I step through the code line by
|
| character limit on form text field | 06 Jul 2007 01:38 GMT | 2 |
Not sure if this is the correct forum to post this question.....Is there a limit to how many characters can be typed into a form text field? I thought it was 255 but I did a quick test and I can get more in. When I click on the field and bring up the options, I know I can ...
|
| Word 2002 - userform | 05 Jul 2007 23:42 GMT | 4 |
I have a document template that opens to a userform which in turn fills bookmarks. The resulting document1 contains the userform and code also. Is there a way to delete the userform and code module using vba or save a copy without the code and forms in it?
|
| Task Pane | 05 Jul 2007 21:50 GMT | 1 |
I want to get some data in a Task pane but i don't know how in vba :s i've done this in vsto but i need it in vba is there a possibility to make one? and now maybe a dumb question so don't shoot me
|
| Delete line from a bookmark | 05 Jul 2007 17:35 GMT | 5 |
I have a word document where i update certain bookmarks using values taken from a database. Sometime for a particular bookmark there is no data to enter so i want to delete that bookmark and the entire line that bookmark is on i.e. remove gaps in a persons address. The
|
| toggle field codes and corrupt document | 05 Jul 2007 14:45 GMT | 2 |
Arvo everyone, my windows doc (Office 2003) displays my Table of Contents as this {TOC \o "1-3"} and not the actual headings and page numbers etc; displays the complete field codes for my Endnote (version 9) citations when it should be like this (Loh & Coghlan 2003) and the
|