| Thread | Last Post | Replies |
|
| Easy "Loop" question? | 18 Nov 2004 22:45 GMT | 5 |
Hi. I'm new to VB. Can anyone help me out? (I don't get no respect. No respect at all!) I've got a simple Microsoft Word macro (see below) that inserts quotation marks at the start and end of a line of text. For instance, it will change:
|
| Auto run a macro | 18 Nov 2004 22:09 GMT | 1 |
I need this to run automatically every specified amount of time, but this code isn't working... Public Sub AutoDelay() Application.OnTime When:=Now + TimeValue("00:05:00"),
|
| Address Macro | 18 Nov 2004 20:29 GMT | 1 |
I have a letter that I want to make available to my users with the ability to change the location address. I would like to use a drop down field. When they select their location from the drop down field, I would like to paste in that locations information at a specific spot in ...
|
| Outlook and Word integration | 18 Nov 2004 20:28 GMT | 2 |
In Word, I have created an macro with a dialog box which allows a user to call up an outlook contact. Is there a way to write code which selects specific fields from the Outlook contact to bring up in Word? i.e. Address,
|
| macros and autotext from a non normal.dot tamplate | 18 Nov 2004 20:20 GMT | 3 |
I'm trying to write a macro that inserts an autotext entry from a template other than the Normal.dot. In the code, NormalTemplate.AutoTextEntries("cbo").Insert Where:=Selection.Range, _RichText:=True
|
| Toolbar macro screen tip | 18 Nov 2004 20:05 GMT | 1 |
Hi, I have added a macro to a toolbar. The screen tip text says "Plus Formula". What settings do I go to change this to something more informative? I have tried several things that I won't torture you with. Thanks
|
| DateAdd function | 18 Nov 2004 19:17 GMT | 3 |
Morning- I've seen some posts that address this function, but no real solutions- just redirects to other pages. I have a form that uses a normal word text field (not an activeX control).
|
| Depressed toggle button | 18 Nov 2004 18:46 GMT | 5 |
Hey everyone - okay, except for the fact that the button needs therapy.... I need help with a custom button - I want it to show as depressed when it is True. Here is my current code. What should I add and where?
|
| project unviewable | 18 Nov 2004 18:39 GMT | 3 |
I have written a document system that I've been using for several years, without any problem. The macros and forms are stored in Normal.dot. As it becoming quite big and I wanted to add more functins to it, I had the
|
| Copy and Paste specific copy | 18 Nov 2004 17:00 GMT | 1 |
Is it possible in a macro to pic a specific copy and paste it. how would the program look like.
|
| Moving to the end of a paragarph with vba | 18 Nov 2004 15:51 GMT | 3 |
I have written some code which opens MS Word from access and inserts data from an Access query at a specific bookmark in the word document. I then want to insert two blank lines and insert some standard text. It then loops
|
| IF THEN | 18 Nov 2004 15:37 GMT | 1 |
I have a form that I need to do an IF THEN statement for and I can't seem to get it to work. I need for text in one cell to trigger text in a different cell. Ex.
|
| Copy a page to a new document | 18 Nov 2004 15:34 GMT | 1 |
I've test the code below but it "forgets" the header and footer. How could i fix that? Sub BreakOnPage() ' Used to set criteria for moving through the document by page.
|
| font question | 18 Nov 2004 15:08 GMT | 3 |
how do I control the data from a userform when it going to a book mark in a document I wish to format the text into italics and bold which can be turned on or off with controls in the userform
|
| Mail Merge Madness! | 18 Nov 2004 14:37 GMT | 2 |
Hello, I have an application which uses the Word object model to do a mail merge programmatically, with an Access database as the datasource. I need to basically do the following, one merged document at a time... 1. Take values which the merge process places into certain ...
|