| Thread | Last Post | Replies |
|
| Variables and User Forms | 04 Jan 2004 04:49 GMT | 3 |
I have created a user form that send values to vaiables in a word document. It works fine, but when I close the document and reopen it, I cannot modify the form values. If I print preview the document the variables use the data store in
|
| Variable | 04 Jan 2004 03:49 GMT | 1 |
How can I check if the value of a variable has been set? Right now if check the value of my variable like this; ActiveDocument.Variables.Item("UniqueID").Value, I get an "Object has been deleted" error.
|
| Convert Word95 Macro? | 04 Jan 2004 02:29 GMT | 3 |
How do I convert a Word95 macro to one that works in Word 2000? I really don't know exactly how it works so recording a new one is out of the question. I would really appreciate any help.
|
| Detecting when document becomes longer than one page | 04 Jan 2004 02:16 GMT | 2 |
I'm trying to create a fairly simple memo template. when the mem becomes longer than one page, I'd like to be able to create the foote for page two and beyond (which happens to include a logo that's not i the first page footer). Is there such an event I can trap?
|
| Using find and replace to delete paragraph | 03 Jan 2004 23:19 GMT | 2 |
I can record a macro to find a certain word in a paragraph, and I can delete the word, but what code do you use to delete the whole paragraph where the word is located? Thanks.
|
| Variable | 03 Jan 2004 22:15 GMT | 1 |
How can I check if the value of a variable has been set? Right now if check the value of my variable like this; ActiveDocument.Variables.Item("UniqueID").Value, I get an "Object has been deleted" error.
|
| Run time error 52 | 03 Jan 2004 16:14 GMT | 5 |
Hi all - Could use some help on this one. I've got a module and two userforms. When I try to show the second userform I get an error message of "runtime error '52' bad file name or number" and it highlights my form2.show command.
|
| Supress Headings | 03 Jan 2004 12:13 GMT | 2 |
I am using word XP. I am trying to apply headings (legal type) to a document of paragraphs based upon styles and would like to be able to skip paragraphs which should be grouped under
|
| Save as... something in my document... | 03 Jan 2004 10:43 GMT | 1 |
I'm quite ignorant in VBA... and I've got a problem... I've got this Word file, which I use to generate about 80 (different but alike) HTML-files by merging it with an Excel-file... The result: one big Wordfile. This should be cut into pieces, each page
|
| Efficiently lining up pictures | 03 Jan 2004 10:41 GMT | 1 |
Goodday and a happy new year to start off with!! I have created a macro in which all charts in an excel sheet are being pasted as floating pictures in word.(10) Now I would like to rearrange them immediatly in 2 koloms with 5
|
| Gegevens uit .ini file in combobox zetten | 03 Jan 2004 10:26 GMT | 7 |
Hoi, zit met een vraag, momenteel vul ik mijn combobox vanuit mijn vba procedure, is het mogelijk om de combobox te vullen met gegevens uit een ini file, hiervoor zou het programma bij opstarten in een bepaalde ini file moeten
|
| Enter key replacement | 03 Jan 2004 09:36 GMT | 2 |
is it possible to change the behavior of the Enter key in Word 2002? I want 3 modes of operation. In one mode i want to invoke a macro and move to the next paragraph without inserting a newline.
|
| typing an exponent | 03 Jan 2004 05:17 GMT | 1 |
Is there a way to type an exponent? I would like to avoid the traditional way of 2^2. It tends to confuse the students. Thanks, Jackie
|
| Obtaining multiple values from registry | 02 Jan 2004 22:53 GMT | 3 |
I want to determine the names of users on a particular computer that are using Word. I have discovered that about the only place one might look is in: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc FolderPaths"
|
| Paragraph Index | 02 Jan 2004 22:27 GMT | 3 |
I am trying to return the index of a parapgraph within a document. What I would like to do is initiate a string search and when the string is found I would like to return the index value of the paragarph within the
|