| Thread | Last Post | Replies |
|
| symbols available for insertion in Word 2003 | 02 May 2004 04:49 GMT | 2 |
I need to use up and down arrows in a document but cannot find them in symbols. Anybody know where they are?
|
| Need to add to code | 02 May 2004 00:20 GMT | 3 |
The code below is for marking a word in Thai so that it is easier to remember the 'tone' and vowel length. eg. tha,thoop Sub FallingLong()
|
| Code Cleaner deleting keystroke assignments | 01 May 2004 20:35 GMT | 17 |
Last night I made a copy of my Normal template and ran the Code Cleaner on it. I checked it out afterward, running some macros and so on, to make sure it was ok. It seemed fine and I renamed it as Normal. Then today I saw that some keystroke assignments had been lost . So I went
|
| Import paragraph | 01 May 2004 16:35 GMT | 1 |
I work for a company that writes engineering specifications. We have a manual that contains approximately 1000+- standard "paragraphs" (could be a sentence, paragraph or full page form). The current process under Word Perfect is each paragraph is in a separate numbered file. ...
|
| find and replace word count | 01 May 2004 15:30 GMT | 2 |
I just need to create a samll macro and i hope somebody can help me on this i have few word documents and each one have "##" inside the text. i need this ## to replace with counting order like CHI01
|
| Pasting Combobox Value in Current Cell | 01 May 2004 14:54 GMT | 4 |
I followed the instructions in the Knowledge Base Article 306258 (How to Create a Combo Box Containing More Than 25 Items). I want to use the same UserForm I created to display different choices in a number of cells in my Word
|
| Adding controls to user form | 01 May 2004 10:45 GMT | 1 |
I got this bit of code from a recent conversation and aapted it as par a help page. I have also created a UserForm1 (blank) But when I run the code, nothing happens. Sub AddControlToUF()
|
| class id error | 01 May 2004 08:24 GMT | 1 |
wondering why I keep getting a class id error with this code, Set myControl = Me.MultiPage1.Pages.Add.Controls.Add("MSFORMS.TextBox.1", "MyBox", Visible)
 Signature K.Brown
|
| Opening Link in new window | 01 May 2004 08:21 GMT | 1 |
This has had me scratching my head all day. We have a number of word documents that open just fine when uploaded t our intranet. But does anyone know haw to force hyperlinks in Word docs to open in
|
| Document in own application?? | 01 May 2004 06:08 GMT | 2 |
I would like to open word documents in my own application. What I currently do is place an IE control on my VB form, then open the document using IE. It opens fine and works great because I wouldn't know what version of Word the end-user will have.
|
| updating bookmarks through vb | 01 May 2004 06:01 GMT | 2 |
hope someone can help? i know how to add text, and read text from a bookmark using vb with a userform.....but is there any way to change the 'code' of the bookmark through vb (my meaning
|
| Document_Open | 01 May 2004 04:04 GMT | 2 |
I tryed to use a sub called Document_Open ( I would like to have a macro auto-running when the document is opened) But... nothing happened when I open this document !!! Any idea ? Something forgotten ?
|
| Forms Background remove gray highlight | 01 May 2004 02:30 GMT | 4 |
How can I remove the background on a form text box from gray to white as when you print it and fax the background is so dark the fax is hard to read. Help!!!!
|
| Toggle screen saver from Word macro? | 01 May 2004 01:33 GMT | 1 |
I think my screen saver coming on in the middle of a long-running macro is screwing things up. Is there any way I can reach into my Windows system (XP, with Word XP/2002) to toggle the screen saver off at the beginning of my code, and then turn it back on (or reset the timer, vice ...
|
| Label Formats : Accessing programmatically | 01 May 2004 01:32 GMT | 1 |
Hi folks, I need to list the supported label formats in microsoft word, in a programmatic fashion. I'd like to fill some sort of combobox with the name and underlying code of the format an example would be L2190 Mini - Address L300DK Floppy Dis
|