| Thread | Last Post | Replies |
|
| Why WinWord does not end after I am done with the printing and clo | 06 Oct 2006 16:46 GMT | 2 |
I start Word by double clicking on a Word template of .dot “Assuming Winword is not listed in my task manager window either on the Applications tab or Processes tab” before I do this double clicking. AutoNew macro will kick off by hiding the Application and displaying the ...
|
| When A Template Was Last Accessed | 06 Oct 2006 15:29 GMT | 1 |
Good morning, Using Word 2003 -- Is there a way to determine when all the templates in a folder were last used/accessed using vba? Thank you for any help you can provide.
|
| Contexual Menu - where is it? | 06 Oct 2006 14:57 GMT | 2 |
Trying to Add to Windows right click Contextual menu - how does one add 3 macros. Where do I select contextual menu on right click to add 3 macros. Baffled. Select Word
|
| Multi-file find: select files; open read-only (NEED HELP) | 06 Oct 2006 13:32 GMT | 3 |
I'm trying to adapt code from O'Reilly's "Word Hacks" (FindReplaceAllDocsInFolder, #31). Instead of replacing the string, I need to identify and list which files contain a given string. The changes I've tried have failed:
|
| How to get the preview of a Figure Caption number | 06 Oct 2006 12:38 GMT | 4 |
In WordXP, if you want to have a caption under a Figure, Table etc (through Insert > Reference >Caption) Word presents a Dialog-box, with a preview of the proposed number of the Caption (eg. Figure 1-1) If you accept, Word will place a textstring with some Fields in it (in
|
| Help needed with a collection. Lot of thanks | 06 Oct 2006 09:41 GMT | 2 |
Hi everyone, Im really new at this and Im working with a collection. I want to simplify it: This is part of the code Set nuevoactivo = New Activo
|
| if-andif-then statement - need help | 06 Oct 2006 08:09 GMT | 10 |
i'm sure there's some way to do this, but i can't figure it out. if .chkahc is true the 1st time, then do the 1st IF (enable pgAdditional & exit sub). since this now exits the sub, i need to get past this part the 2nd time
|
| Global Change to Word Doc's in an ERoom | 06 Oct 2006 07:08 GMT | 2 |
Our company is changing it's name and I need to make the change to all the documents in the ERoom. I would like to be able to create something that will go through every folder & every document in those folders to make the change. Is this possible? If so HOW!! There are quite ...
|
| word addoleobject icon excel | 06 Oct 2006 05:40 GMT | 1 |
I am using the following command in my macro to embed an excel sheet in my word document. I want it to display as an icon. using this does display it as an icon, but it is using a generic folder icon and not the excel icon.
|
| creating a hyperlink in a word document from Excel | 06 Oct 2006 01:50 GMT | 11 |
I am creating a report in Word that is written in Excel (due to a large number of actions that needs to occur there). In any case, I need to insert hyperlinks in the document, and the following code does not work. WordApp has already been dim'ed:
|
| return from hyperlink | 05 Oct 2006 23:55 GMT | 4 |
I've set up several hyperlinks within in a single document to jump to other areas of the same document. I would like to return to the original location (if desired) through the use of a hot key. I prefer not to set up bookmarks of any kind. I would like word to remember the ...
|
| where can i find word reference english to spanish installed | 05 Oct 2006 21:35 GMT | 1 |
still trying .i have installed word reference -english to spanish.it is in my add/remove box as being installed.but cant find ir waiting your answer.-- bob.dunford
|
| Good learning package for VB? | 05 Oct 2006 21:31 GMT | 1 |
I am looking for a book or software that helps teach VB. Can anyone recommend a good package? I saw this one at http://www.vbamacro.com called VISUAL BASIC DEVELOPER DO IT YOURSELF TOOLBOX, 2006 and VISUAL STUDIO.NET TUTORIALS EXTREME 2006 (VB.NET). Has anyone tried
|
| how do I add a scroll bar to a large text box in a word document? | 05 Oct 2006 21:12 GMT | 1 |
I am creating a form in Word that is to be used by others. I have a text box the needs to have a scroll bar added to it in order to accomodate a large coposition by the user. I cannot figure out how to do that. My text box looks like what I am typing in right now, with a ...
|
| How to verify blank form fields on exit? | 05 Oct 2006 20:55 GMT | 2 |
For example, a protected form has three fields: FName, Initial, and LName. I need help writing an On Exit macro for the LName field that: 1. Reviews all form fields for blanks. 2. Displays the name of the blank form field(s) so user can correct.
|