| Thread | Last Post | Replies |
|
| VBA and bookmark in a textbox in header/footer | 13 Aug 2003 13:27 GMT | 3 |
I have a template for 20 different localoffice. The user choose in a form which office they belong and then click OK and it will be correct inserted in the pagehader. I have all officeaddress as autotext, the code choose
|
| Scroll Bars in Form | 13 Aug 2003 10:59 GMT | 1 |
I created a form in excel and can view the horizontal and vertical bars but they do not work. I set the ScrollBars property to 3 - fmScrollBarsBoth and KeepScrollBarsVisible to 3 - fmScrollBarsBoth. Do I need
|
| Allowing font formating in a protected document | 13 Aug 2003 08:29 GMT | 2 |
Is it possible to allow a user to enter text into a protected document form field and then allow them to selectively format specific words? (i.e. to use functions such as Bold and Underline)
|
| information property | 13 Aug 2003 01:27 GMT | 1 |
I'm trying to get the total pages in a document but the procedure doesn't always give me the right number. Though I have noticed that if I step through the code manually it works!
|
| Auto open macro | 13 Aug 2003 00:48 GMT | 2 |
I would like to have a macro run when I open a Word document. In Excel you just need to name the macro Auto_Open. What do I need to do in Word? Any help would be appreciated.
|
| Macro list in organizer | 12 Aug 2003 23:57 GMT | 1 |
Can't find help for this... I recorded a macro in a document - we'll call it lesson1. Since I wanted to maintain control of it, and not have the macro write to normal.dot I had it specifically for
|
| Replace action in Word VBA | 12 Aug 2003 20:30 GMT | 1 |
I am totally new to VB. So I thought I should post my question here. This is part of my code. Set dbLocal = CurrentDb() strCurrAppDir = Left$(dbLocal.Name, InStr
|
| Spellchecking on protected forms | 12 Aug 2003 18:36 GMT | 1 |
Is it possible to:- create a protected form with formfields and allow these formfields to be spellchecked? Is it also possible to allow formating options such as
|
| Opening a word document from Access 97 | 12 Aug 2003 18:03 GMT | 1 |
I want to open a word document template from Access 97 to allow a form to be filled out and emailed. What would you suggest as the best way to accomplish this? Thanks,
|
| counting a character | 12 Aug 2003 17:50 GMT | 5 |
Without using Find/Replace (whether manually or in a macro), is there a vba way of determining how many times a certain character appears in a selection? Larry
|
| Can't seem to open existing Word documents | 12 Aug 2003 16:51 GMT | 2 |
Could someone please advise me on opening existing Word documents. I have the following macro in an Excel file. I want to open a Word documents & do stuff with them. Can't seem to
|
| Change Bookmark Range Font | 12 Aug 2003 16:11 GMT | 5 |
The document has this: Italic text. Placeholder Bookmark -------------- With this code,
|
| Spell Checking a Protected Document | 12 Aug 2003 12:50 GMT | 2 |
I have created a form in word and have locked it so that the user can only change the fileds and not the field headings. I have a text field which is about 200 chars of free text
|
| declare variable | 12 Aug 2003 12:46 GMT | 2 |
I'm using a variable called "name" in my forms code I want to use this variable also in my Modules code, I tryed several things. I declared dim, I declared Private, I put the command "Public name As String" under General declarations.
|
| How to stop user from changing some options | 12 Aug 2003 08:02 GMT | 2 |
I am writing VBA code to turn off some options which are causing trouble during the down-stream operations on Word document, such as AutoFormatReplaceFractions. I am planning to associate my code with some events such as Open doc, New doc, etc. However, after a document is openned
|