| Thread | Last Post | Replies |
|
| Validating mandatory fields for completion on Exit | 03 Nov 2005 20:29 GMT | 1 |
I have a form with some fields on it. I want to have a macro auto run on exit that will check if mandatory fields have been completed. If they have then exit normally, if not, then ask the question 'Do you want to exit (Y/N)'
|
| 'CheckIt / UnCheckIt' checkboxes in my doc? | 03 Nov 2005 20:09 GMT | 2 |
I'd like to create check boxes in a document like those in say the Fax templates. The resulting document will get used in a networked environment where there is a mixture of PCs Thin Client Terminals and Web/File Servers so any functionality must be inside the document. The help ...
|
| How to hide all menus and toolbars | 03 Nov 2005 20:05 GMT | 1 |
cross-posted in menustoolbars Hi all. I have a template that gets called from within vba.... In this template I would like to hide all menus and commandbars and
|
| Macro to change fonts | 03 Nov 2005 16:18 GMT | 7 |
Can somebody help me to get a macro to update fonts in words: 1.- From page 1 to page 3 "Times NewRoman size 12" 2.- From page 4 to the end "Arial size 8" Thanks.
|
| How to Add a Sound Cue to AutoText | 03 Nov 2005 16:18 GMT | 1 |
The Jay Freedman AutoText bulk loader has improved my life (thank you Jay). Is there a way to have Word play a sound cue when it makes an autotext suggestion so that you don't have to watch the screen as you are typing? Alan (my first post to this group; I apologize for any ...
|
| Create Empty Recordset | 03 Nov 2005 16:13 GMT | 8 |
Why doesn't: Dim rst as New Recordset work in Word VBA? I get an "invalid use of New Keyword" error. DOA 3.6 is referenced correctly.
|
| How should these items be declared? | 03 Nov 2005 16:09 GMT | 9 |
What should fLog and moog be declared as in the snippet of code below? Dim fFolderName As String, filename As String, oFolderPath As String Dim f As Object Dim flog
|
| Coding the ENTER key to move between form fields in a protected fo | 03 Nov 2005 15:58 GMT | 13 |
Good Afternoon All, I'm new to VBA and I don't have a clue. I'm talking zero knowledge. I found a knowledge base article that does exactly what I need it to do. However, when the document containing the macros is opened and I open
|
| Count number of times a file is opened | 03 Nov 2005 15:55 GMT | 6 |
I want to count the number of times a file is inserted into documents. I am trying to start with a number inside a table cell, read the cell, put the number from the cell into a variable, add 1 to the variable, save the variable into the table cell, then save the file as the ...
|
| How to make a routine that will automatically print a word file after it has been changed via an ole link to an excel file? | 03 Nov 2005 14:13 GMT | 3 |
Hello guys. I know nothing of programming and would like to know how can I make a routine that, as I said, would print automatically a word file after it's been changed via an ole link with an excel worksheet (that implies I've changed the excel file).
|
| Auto correct "i" to "I" only when alone or beginning contractions | 03 Nov 2005 12:25 GMT | 1 |
The auto correct feature that capitalizes the letter "i" is appropriate for the first person pronoun as a single word or when beginning a contraction such as "I'm". It can be frustrating, however, when this feature automatically captializes this letter when it follows an ...
|
| Stuck on row one when populating a table from data | 03 Nov 2005 06:56 GMT | 3 |
I thought that this was pretty straightforward code but I cannot get off of row one. When I execute this bit I end up with a table with one row of data and it is the last row from the dataset pulled. It overwrites the header
|
| Incrementally Add Space Before Paragraph | 03 Nov 2005 04:02 GMT | 2 |
This should be so simple, but I can't seem to get it right. I can't determine which property to use. I would like to create a button that incrementally adds space before a paragraph without having to go to the Format > Paragraph dialog box to
|
| Adding a Text Box at Run Time | 03 Nov 2005 04:01 GMT | 3 |
I tried posting the following to microsoft.public.vb.controls and was instructed to try a VBA newsgroup. I tried microsoft.public.word.vba.userforms but no joy. Can anyone advise as to the best newsgroup for this sort of question and/or help with this particular
|
| files are save on read only, option not checked | 02 Nov 2005 23:30 GMT | 1 |
when I try to open a previousy save file, I get the dialog box for read only, I check by option box and read only is not checked. can you help?
|