| Thread | Last Post | Replies |
|
| vba code to select all occurrences of some text | 26 Mar 2006 01:41 GMT | 6 |
I am using Word XP, which allows users the option to "highlight all items found" in the Find dialog box. I record a macro for such an action, but the macro would only highlight the first found item.
|
| log to a remote computer with a user name and password | 26 Mar 2006 01:19 GMT | 1 |
I need to be able to execute an exe file that is stored on a remote computer in my LAN (I have the share path \\192.168.1.130\Lex\Lex.exe). But first I need to log to that computer through its IP (for example, 192.168.1.130) and user login and password (I know these, too) . Is ...
|
| Mail Merge on Labels with Matrix Printer from txt file | 25 Mar 2006 18:51 GMT | 4 |
I am working on the following project: I have to print a mail merge on Labels from a table in form of txt. This txt file does not contain column headings, which apparently already represents a problem with Word.
|
| How get the " ` " over a letter as in touche`? | 25 Mar 2006 16:15 GMT | 5 |
In the subject the " `" is one space to the left of the "e". Anyone know the keyboard code for making the letter with the slash directly over it? Followup: What's that slash mark called, anyway?
|
| Deleting Autoshapes | 25 Mar 2006 11:07 GMT | 2 |
I have an autotext entry named "invoice overlay" (a graphic) which I insert into a header in the following manner: ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader ActiveDocument.AttachedTemplate.AutoTextEntries("invoice
|
| Protection of Form | 25 Mar 2006 02:48 GMT | 1 |
I have completed my template including all of the macros and everything tabs in the right order. Yeehaa. Now the thing I have not been able to figure out is how to prevent the user from using the enter button. If the user hits the enter button a row is inserted in the ...
|
| removing double spacing... | 25 Mar 2006 02:29 GMT | 3 |
I have a long list of words, illustrated below: word1 word2 word3
|
| "Bachelorette" IS a word, fix it, please. :-) | 24 Mar 2006 20:46 GMT | 4 |
"Bachelorette" IS a word, fix it, please. :-) ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I
|
| Macro to email document | 24 Mar 2006 19:36 GMT | 4 |
Is there a way to email a protected word document through a vb macro. Currently I have the macro below, but the user actually has to Ctrl / V to paste the appropriate adress. I am using Word 2002 and Outlook 2000 WordBasic.ToolsUnprotectDocument DocumentPassword:="procedures"
|
| "Visible" NL | 24 Mar 2006 18:43 GMT | 1 |
In a document-reformatting macro that basically works, I replace page breaks with blank lines by using the following: With Selection.Find .Text = "^m"
|
| Very Odd Behaviour in Cell Evaluation | 24 Mar 2006 18:12 GMT | 1 |
Today I am trying to write a procedure that will tally check boxes in a table. I achieved my basic goal but want to come up with a more universal method. I thought I would simple evaluate each cell in each column of a table
|
| How do I edit an existing graph datasheet in word using VBA? | 24 Mar 2006 18:02 GMT | 1 |
I have a .dot file with a number of microsoft graph chart (originally created from Word tables) objects. I want to be able to update the datasheet (and tables) of each of the graphs from the user input captured in text boxes of a user form.
|
| I need brackets around a list of words... | 24 Mar 2006 17:52 GMT | 3 |
I have a long list of words, illustrated below: word1 word2 word3
|
| How to lock links | 24 Mar 2006 15:23 GMT | 1 |
I need help to lock all of my links automatically. Currently I have a macro that calls Dialogs(wdDialogEditLinks).Show to allow the user to lock the links. My problem is that some users just close the dialog box without locking the links. When this happens, we have problems ...
|
| changing details in a report | 24 Mar 2006 15:09 GMT | 3 |
There must be a better way to do this. Currently we write records into a table & then let the report pick out the fields. Is there some way to give data to a report other than thru a table from vba? TIA
|