| Thread | Last Post | Replies |
|
| Lock a picture | 06 Nov 2006 21:32 GMT | 1 |
I have a picture on a word document and I want to lock it in place where no user can move it our cut it etc????
 Signature Thanks
|
| how to find something in list | 06 Nov 2006 21:24 GMT | 4 |
I need to find if an item is in a list through Word VBA for a form I have. For example the following doesn't work. If cboListBox.Value In ("Toronto", "Mississauga", "Hamilton") then cboProvince ="Ontario"
|
| How can I programmatically save a document | 06 Nov 2006 21:02 GMT | 1 |
How can I programmatically save a document once I have detached it from the original template it was created? The code does work only if… the Original template is open at the time, then the detached document gets saved programmatically.
|
| How to do a drop down box in word? | 06 Nov 2006 18:13 GMT | 2 |
I was told to use Progamming to do this? Is this right? I'd like to create a drop down box in my document template to pick a list of Lawyeres names so they don't have to type it each time (they keep making mistakes in the spelling!).
|
| What macro command returns chapter and page number? | 06 Nov 2006 16:54 GMT | 2 |
I am writing a Word macro to list the pages in a document, and I need a command loop that returns each page number in its printed format, e.g. 2-1.
|
| Hyperlinks in forms | 06 Nov 2006 16:05 GMT | 3 |
Hi again... I'm trying to add a hyperlink to a form that works on a single click when the form is locked. I found info here at http://word.mvps.org/FAQs/TblsFldsFms/HLinksInFormsContent.htm which has
|
| hey, doc....... | 06 Nov 2006 13:03 GMT | 2 |
i've been watching your threads now for the past few weeks while you've been trying to develop this big project..... i don't know if this will help you out at all or not, but when i get stuck in a large project like this, i set up a test workbook & work on
|
| Picture alignment in header | 06 Nov 2006 12:49 GMT | 1 |
Being an amateur, I would greatly appreciate some urgent help, as I might have promised my dear users to make something a bit too advanced for me…: Word 2003 – I’m trying to make a template where I have defined “our” styles, made a automatic update of TOC, and in a dialog box they ...
|
| Using ActiveWorkBook.Container | 06 Nov 2006 12:18 GMT | 1 |
I am trying to write a macro in excel. I am trying to use the container method. Dim x As Object Dim xx
|
| WinAntiSpyware 2006 Alert in rt corner? | 06 Nov 2006 06:21 GMT | 1 |
How do I get rid of the WinAntiSpyware 2006 Alert in the lower right corner of my screen? It has no way to exit it, it returns after I shut off my computer. I can't move it around. It is trying to force me to "Allow" it - i.e. to register for Win Anti Spyware.
|
| Assigning a macro to a right-click menu item in Word | 06 Nov 2006 00:33 GMT | 1 |
Hello there. Is it possible to change what a right-click menu item does (i.e. assign a macro to it). When I right-click on a misspelt word, select “autocorrect”, and choose the correct spelling, I would like to write the incorrect and correct spellings to a text file. I can ...
|
| Inserting Text at a Bookmark - Follow Up Question | 06 Nov 2006 00:26 GMT | 1 |
Jay I need some help with the subroutine from the article. Do I need a subroutine for each bookmark, because that is how it appears from the wording in the brackets - (BookmarkToUpdate As String, TextToUse As String)
|
| Word Dates | 05 Nov 2006 21:33 GMT | 1 |
I am creating a document that contains and itinerary. Each day of the itinerary has a schedule of things to do on that day. I want to include the date on each page. I set up a custom date in document properties as the start date for the itinerary. I used information contained in ...
|
| Using DoCmd.OpenForm within Word VBA | 05 Nov 2006 18:18 GMT | 4 |
Is it possible to open an Access form from within Word VBA? If so, how do I do it? Any help would be appreciated, including telling me it can't be done. Thanks!
|
| Accesing Autotext | 05 Nov 2006 14:36 GMT | 4 |
I'm having dificulty finding a VBA command or script that will let me access an Auto text entry in a template that is NOT attached to the current document. Is it possible to do this? TIA
|