| Thread | Last Post | Replies |
|
| text big, text small | 31 May 2007 22:58 GMT | 2 |
How would I put a BIG text item and a small text item together in a cell of a table ? I tried this: With .Range
|
| big text, small text | 31 May 2007 22:50 GMT | 1 |
How would I put a BIG text item and a small text item together in a cell of a table ? I tried this: With .Range
|
| find and determine if its in bold, italic or normal | 31 May 2007 21:20 GMT | 1 |
I have something to do a kind of difficult: I have a document with a format like: Basket: tre (in italic)., sd (bold)., hg(normal)., more words that I dont care red: tre (bold)., more words that I dont care., sd (norma).,
|
| Word 2003 Automation | 31 May 2007 20:19 GMT | 1 |
I have a VBScript student that wants to use Word 2003 for logging. I took some time to try to work it out. VBScript and VBA are easy. Navigating Word's bizarre object model is hard. :) What I have so far is below. Inside the LogItem procedure, look at that
|
| Pls help ~ Silly Question | 31 May 2007 20:17 GMT | 6 |
I'm thinking if I could execute a line as command in vba (Sorry for my bad english) Ex: Dim str As String
|
| Removing drawing canvas when opening text box in Word 2003 | 31 May 2007 18:12 GMT | 1 |
Upon opening a Text Box from the icon on the toolbar, I get an associated drawing canvas. This did not occur in previous versions of Word I have used. Is there a way to prevent the drawing canvas to open when I'm attempting to insert a text box? Your help would be greatly ...
|
| Run a Macro on Save | 31 May 2007 17:25 GMT | 1 |
Is it possible to run a certain macro every time user saves a document? Any code on this will be appreciated. thank you ahmed
|
| creating a macro in word 2007 | 31 May 2007 14:53 GMT | 1 |
Microsoft's instructions do no fully (in fact poorly!) explain how to create a macro; for example: do you first select the "button" or the "keyboard" and then type the text? Now after the text is typed in your open page and you then stop the recording how do you save the input?, ...
|
| Drop down menu | 31 May 2007 14:46 GMT | 4 |
Hi again! I have a drop down menu that I would like to fill with "January, Feburary, March.. etc" I have the dropdown menu inside a form. Would a list box or a combo box be
|
| Bolding text in brackets | 31 May 2007 14:21 GMT | 4 |
I work with documents where I have to check all items that are shown in brackets. Currently, to make the areas in brackets more obvious, I go through the document and make them all bold, one-by-one (which takes a long time!). Is there a way I can make all the text in brackets bold ...
|
| sending array paragraphs to my document | 31 May 2007 14:08 GMT | 3 |
Hello, I have 1378 paragraphs saved on an array, I need to send them to a word document, my program took 3 hr so to finish getting the array data, so I dont want to cancel the maro that is on stand by, I have no idea how to send the data to my new document and I can not make test ...
|
| Repeating for each table in a document | 31 May 2007 13:25 GMT | 2 |
I have written a short macro (pasted in below) that works on the current table that the cursor is in, but I want it to run on all the tables (except the very first one) in the document in one go. I tried using For Each but the macro keeps bringing up errors, presumably
|
| spellcheck form macro with protection | 31 May 2007 13:10 GMT | 2 |
I am using the recommended macro to unprotect my form, spellcheck, and then reprotect. The spellcheck is working; however my form is not being reprotected. I think I have the reprotection code in the wrong place...help!
|
| print an organizer/agenda | 31 May 2007 01:06 GMT | 4 |
I would like to design my own organizer, to be printed. There is a program for that ("readytoprint"), but it is not flexible enough for my taste. I wondered if I could do it in WORD.
|
| VBA is Make Pairs of Check Boxes Mirror Each Other? | 30 May 2007 23:18 GMT | 1 |
In a protected Word form, I have three pairs of FormField check boxes: Check4 and Check14; Check 5 and Check15; and Check6 and Check16. I need to program them so that, for each pair, if one is checked by a user, its counterpart becomes checked as well automatically. The set-up ...
|