| Thread | Last Post | Replies |
|
| Memory access with VBA | 21 Mar 2004 22:59 GMT | 2 |
Hello, can somebody help me? I assume that when a document is displayed on the screen, that document, or if it is very large, at least a part of it is stored somewhere in the memory.
|
| Insertion | 21 Mar 2004 22:35 GMT | 1 |
The following macro is from a book and demonstrates what I suppose is called 'insertion' in English (brackets within brackets) I have two questions. 1 Why is it necessary to insert in this way?
|
| 6.3 macro not working in 6.0 | 21 Mar 2004 22:32 GMT | 4 |
I wrote a fairly complex macro in VBA V6.3, MS Word 2002 (V10), with Windows XP, and sent the file to my daughter to use. Her OS is Windows Me, and uses Word 2000 (V9.0) which has VBA6.0. The macro doesn't show up at all in the file under Tools/macro/macros..., nor in the VBA ...
|
| preventing copying/selecting/font changing | 21 Mar 2004 19:06 GMT | 1 |
I am intending to use a primitive encryption by changing the font of some text to Wingdings. However I need to prevent people copying/selecting the text and changing the font. Does anyone know how to do these 3 things in Word 97?
|
| Nul ? | 21 Mar 2004 15:36 GMT | 5 |
I've also got a hangup with 'null' My book says 'Null can only be applied to variables of the Variant type and it indicates that the variable contains no valid data' (translation)
|
| Selecting a range of paragraphs within a cell within a table. | 21 Mar 2004 12:16 GMT | 4 |
Word 2000 How do I use VBA to do the above? I have 29 paragraphs in the third cell of a table (1 column, 4 rows, therefore 4 cells). I want to select the 11th to the 29th paragraphs,
|
| revealing text on multipage | 21 Mar 2004 11:18 GMT | 3 |
in a multipage I wish to show the information from a combobox on another multipage I don't want to edit the text just show the information has been completed elsewhere
|
| Wordmacros and Citrix | 21 Mar 2004 07:23 GMT | 2 |
Does anyone have experience with creating macros in Word97/2000 under Citrix? Can I use all the VBA commands and functions or are there some restrictions? TIA,
|
| declaring unicode characters as constants? | 21 Mar 2004 06:57 GMT | 2 |
I'm trying to use verbose constants for Unicode characters, and I'm getting the error "constant expression required" for e.g. the followng code: Const alef_u As String = ChrW(1488) Too bad I typed maybe 125 of these up before I tried to debug... never
|
| Creating an hyperlink from a document variable | 21 Mar 2004 00:24 GMT | 8 |
I am currently working on a word document, wich at some point ask the user to add his e-mail adress. This information is then stored in a document variable (works fine). Is there anyway to transform this information into an hyperlink into the text? If so please put an example ...
|
| weekly letter | 21 Mar 2004 00:02 GMT | 1 |
I have a weekly letter that has 2 different dates that need to be updated to current date (current Saturday) and last Saturday. The current Saturday is in two different places and the last Saturday is in one place.
|
| replacing words thru macro HOW? | 20 Mar 2004 19:32 GMT | 5 |
i want to replace every third "and" with "is" in the first 50 pages o my word file and every 4th "s" with "r" in my word file for the next 5 pages and then replace every 2nd "sh" with "rt" for the rest of th pages..
|
| VBA for Word 2002 Step-By-Step Manual | 20 Mar 2004 16:43 GMT | 2 |
A friend of mine had purchased a book called "VBA Step-By- Step for Word 97" a few years back. I have been searching frantically for an updated version for Word 2002. Can anyone tell me where I can find this book?
|
| Text Box Question | 20 Mar 2004 13:03 GMT | 1 |
Say you had a document with several text boxes in it. How is the best way to empty text box no.3 or clear it so that it shows a blank space in your document? Thanks in advance
|
| better code | 20 Mar 2004 10:27 GMT | 2 |
i'm using this code to insert text from comboboxes into the document the problem is i have over 100 combo boxes to use this code on and it seems to be causing problems with the memory or lack of it.Is there a better way to write this code
|