| Thread | Last Post | Replies |
|
| Backwards Macro | 16 Jul 2003 06:43 GMT | 3 |
I am using MS Word XP, and I have a problem I do not have the ability to solve. I have many paragraphs of words, three of which I will produce below: house flower tree box candy bug book
|
| Dir() command | 16 Jul 2003 05:49 GMT | 1 |
I am using a Macro in Word. This is embedded in a subroutine. The VB code is as follows Dim testfile as varient, x as variable testfile = Dir(filename(x , 2))
|
| Command button question | 16 Jul 2003 00:46 GMT | 1 |
I have a command button (ActiveX Control) on a form. When the form prints, the button shows. How do I have the button OMITTED when printing?
|
| Getting Started with Classes | 16 Jul 2003 00:37 GMT | 1 |
I'm trying to get started with Classes, I understand the concepts but I just cannot seem to get them to work. Here is some very basic demo code to highlight the problems I'm getting: =====================
|
| AutoOpen Disabled when Emailed | 15 Jul 2003 23:39 GMT | 1 |
I'm looking to run a procedure on document open(autoOpen). When emailed to myself, the autoOpen macro in attached document works. When emailed to another recipient the autoOpen is disabled. This macro is important to display the correct toolbar and userform etc.
|
| Print field will not print to printer | 15 Jul 2003 20:38 GMT | 1 |
I am trying to send control codes to my printer in a Word document. Placing the Print field code in the header as it instructs, I get an error that says "It will not be possible to send PRINT field data to the printer with the
|
| public variables not public | 15 Jul 2003 15:44 GMT | 3 |
I've noticed that my public variables are not truly public (global) as I declared them to be. Adding a Watch to these variables shows them to be "out of context" as soon as I leave a userform. I found some info about this and
|
| glossary | 15 Jul 2003 14:57 GMT | 3 |
I am wanting to create some code that will create a glossary at the end of a Word 2000 doc. Below is how I propose to do it, can anyone tell me if this seems a sensible way to tackle it, or if there is a
|
| returning descriptions of macros | 15 Jul 2003 14:53 GMT | 7 |
In Word 97, is it possible to return the macro descriptions that appear for each macro at the bottom of the Macros dialog box? Larry
|
| Finding bookmarks | 15 Jul 2003 14:32 GMT | 2 |
I am trying to record a macro for Word XP to help in conversion of documents from WP8. The macro in Word will find a bookmark, select its text, place its text into a macrobutton and then delete the original bookmark and text. Everything works well for the first bookmark (called a1) ...
|
| FileSearch method in Word 2002 macro fails | 15 Jul 2003 14:20 GMT | 2 |
The following macro (see below) works well in Microsoft Word 2002 on a Windows XP machine. The same macro fails to return results (e.g. files found) when taken to an identical machine, but running Microsoft Word 2002 with
|
| replace with image | 15 Jul 2003 14:18 GMT | 1 |
Can anyone tell me why when using vba, I cannot replace text with an image when the text is in a text box? Iam using:- For RT = 1 To 200
|
| Where am I in Excel | 15 Jul 2003 14:08 GMT | 1 |
Hi there - I used to know a way of determining which cell I was in - for instance, to know what cell I was in when a macro is run. And through age I've forgotten. Can anyone help please?
|
| updated question: .doc references .dot in same directory, instead of template directory (not what I wanted) | 15 Jul 2003 13:04 GMT | 2 |
ok, I've been doing some manual debugging (msgboxes, breakpoints, and all that) and it looks like one of the reasons I'm having problems is because I have a copy of my custom template in the same directory as the child documents I've been creating (even though I've been creating ...
|
| Toolbar Icons..Urgent | 15 Jul 2003 10:42 GMT | 2 |
Hi Friends, I need Office toolbar icons(save,copy,paste....). I want to know in which file the icons are stored..? I am using ICON Extractor tool which will extract the files from any
|