| Thread | Last Post | Replies |
|
| Intercepting built-in commands | 05 Oct 2003 10:15 GMT | 5 |
I'm familiar with modifying/intercepting built-in commands, using macros named with the command's name (i.e., FileSave, FormatStyle, etc.). And I understand that you can go to the Macros dialog,
|
| search for next word | 05 Oct 2003 08:11 GMT | 2 |
I want to find a particular word in a document and then find the immediate next word and store it in a variable. How can I do this?
|
| userID | 05 Oct 2003 02:32 GMT | 3 |
I would like to offer a user different resources based on a windows login - xp and win 2000. Does VBA have a way to find out the local machine logon account name?
|
| Finding Text | 04 Oct 2003 20:58 GMT | 2 |
Word 2000 I have the need for a macro that can find two text strings, and will always find whichever one comes next. Basically, my data looks like this:
|
| Writing to Access from Word | 04 Oct 2003 14:34 GMT | 13 |
I'm having a lot of trouble finding out how to tack new records onto the end of an .mdb file and write to it. Any assistance gratefully received.
|
| double clicking word document leads to error | 04 Oct 2003 09:31 GMT | 1 |
I receive the following error when I attempt to open a microsoft word document with word 2002: Cannot file the file 'file name' ( or one of its components). Make sure the path and filename are correct
|
| Method of recordset objet...Compile error | 04 Oct 2003 06:48 GMT | 1 |
The following code works just fine with Word 97 and ADO 2.1 to 2.6. However, with Word 97 and ADO 2.7 (i.e. Windows XP) it won't even compile. I get a "Compile error: invalid use of object," and it highlights Append.
|
| Checking validity of hyperlinks to HTTP files | 04 Oct 2003 06:46 GMT | 8 |
I would like to write a macro, which checks validity of all hyperlinks in a document whenever this document is changed (saved). My macro works great when links point to local files or network drives, but I don't know how to check if there is a document at specified URL (http:// in ...
|
| Find text format: problem in Word XP | 04 Oct 2003 06:39 GMT | 1 |
I have code to find each instance of italic text in a range. It looks something like this: Dim r as range, f as font set r = selection.range
|
| Using OLE data from SQL memo field | 04 Oct 2003 03:24 GMT | 1 |
(I also posted this in TechNet newsgroup inadvertently) I haven't been able to find any documentation on how to code this. In an Access 2000 app, I have a Word activeX control. The
|
| new default view possible? | 04 Oct 2003 02:54 GMT | 1 |
Is it possible to use VBA to set a new defaualt (permanet) view when doing File New from template? Right now, WORD always opens the list of tmeplates in the ICON VIEW; what I want (always) is the LIST VIEW.
|
| Searching for matches between documents | 04 Oct 2003 02:35 GMT | 8 |
I'm trying to write a macro that will search through the document for any sentences that are found in a second document, containing tab-seperated sentances. How can I do this?
|
| Deleting bookmark content in excess of 50 characters | 03 Oct 2003 19:40 GMT | 3 |
The purpose of my user form (UF) is to transfer the values from the 10 text boxes (TB) in my UF to 10 bookmarks (BM) in my document. After the user has filled in all the TBs, he clicks on a command button which performs the following:
|
| Visual Basic hyperlink | 03 Oct 2003 17:03 GMT | 2 |
How do I accomplish this task: I want to be able to put a hyperlink in a word document. I want the link to run a certain visual basic command. That command is: Shell("C:\WINNT\Explorer.exe /n, L:\Vantage Documents\PN
|
| word97 and groupwise 5.5 | 03 Oct 2003 15:46 GMT | 1 |
iam trying to send a word97 document through grouwpsie 5.5 here is the code: Documents("5_7_injury.doc").HasRoutingSlip = True With Documents("5_7_injury.doc").RoutingSlip
|