| Thread | Last Post | Replies |
|
| Find String and Format | 31 Jan 2006 16:21 GMT | 3 |
I have a document that is formatted as such: level1\level2a level1\level2b '(change level1 text to gray) level1\level2c '(change level1 text to gray)
|
| Macro disappears | 31 Jan 2006 16:14 GMT | 2 |
I am creating my first Macro with WORD 2003, eveything works fine. However when I send it to my friend, everything is gone. I know it must be a protection against viruses or so, but is there a better solution to send a macro, rather than re-creating it??
|
| Range/bookmark problem | 31 Jan 2006 16:06 GMT | 2 |
The following code isn't working for me (Word2K, WinXP). No errors, just not adding the bookmarks I want. Any ideas would be appreciated. <code snip> x = 0
|
| "Value out of range" COM exception | 31 Jan 2006 16:05 GMT | 1 |
I got this COM exception when running this code(in C#) object startPos = (object)start; object endPos = (object)end; Word._Document doc = .... // all these have been initialized
|
| Tooltip for Option Button | 31 Jan 2006 16:05 GMT | 4 |
I created OptionButton, If user point the cursor around the option button, I want user see the tooltip. How can I create the tooltip for optionbutton? What is the code? Do I have put the code in " optionbutton_click" or "document_Open"?
|
| Create asymmetrical table with macro | 31 Jan 2006 14:52 GMT | 4 |
I'm trying to figure out how to create an asymmetrical table with a macro in Word 2002. The table needs exactly two rows in it: on the first row, there are 4 equal-sized cells (I'll actually need to resive them a bit but equal-sized
|
| How do I calculate the number of days between 2 dates | 31 Jan 2006 14:25 GMT | 3 |
I have a date and need to know the number of days between that date and the current date to be included in my word document.
|
| Is there a "on new page" function in vba? | 31 Jan 2006 14:19 GMT | 1 |
I'm trying to create a function that triggers when the user writes on a word document and reaches page 2, how can i trigger a function when this happends? The thing i want to do is to insert dates in the toptext.
|
| Tooltip for OptionButton on normal word document | 31 Jan 2006 13:05 GMT | 2 |
I'd like to create tooltip for OptionButton created in normal document. Not user form. Please advise me in details.
|
| automatically populating VBA Word Form List box | 31 Jan 2006 12:32 GMT | 1 |
I have created a list box in a Word VBA form. I want to populate th list box with all the filenames that appear in a specific directory (e c:\my documents\precedents\""). I want to be able to then add files t this directory at any stage and know that the list box wil
|
| Table with macro | 31 Jan 2006 09:34 GMT | 5 |
I have a table of labels I want to print, but I want to add a piece of text to each cell. What macro commands do I use to say 'in each cell paste from clipboard'? Is there an array or do I select the whole table and use a 'for each item'?
|
| "The macros in this project are disabled" | 31 Jan 2006 09:13 GMT | 2 |
I have a word 2003 document that has a macro in the document itself (not in a template). I am trying to run it like this press alt-f11 select the macro
|
| Indenting Text within current cell in table | 31 Jan 2006 08:11 GMT | 3 |
When a user places the cursor at any point in a cell in a table, I am trying to select all the text within the cell and then indent it. The text can have list numbers and list bullets within it. My code is below but it is indenting the whole row of the table.
|
| run macro when user clicks on link | 30 Jan 2006 22:07 GMT | 1 |
Hi. I want some sort of hyperlink effect with macros. That is, when a user clicks on a hyperlink, i want instead a macro to run and have the macro know which link is clicked (so I could activate a third-party COM DLL). So basically i want to handle an onclick event with macros. ...
|
| range | 30 Jan 2006 21:03 GMT | 1 |
I have a file txt that i need to import into an array I know i can do it in excel setting a rng and stroing into a variant But in word?
|