| Thread | Last Post | Replies |
|
| Listing all fonts used in a document via the RTF font table, is it possible? | 25 Feb 2007 18:49 GMT | 2 |
There are macro's to get a list of all used fonts in a Word document, e.g.: http://www.tribbs.co.uk/showtip.php?myID=29&start=6 These macro's cycle through all characters of a document and
|
| Typing Test | 25 Feb 2007 17:17 GMT | 3 |
I would like to create a document template that can be used in a typing test. Ideally when the document is opened it will automatically start 'timing' and once a 'finish' button is clicked it will then produce a report including how many words per minute, how many corrections ...
|
| Help with Userform loading listboxes from extenral MS Word Doc | 25 Feb 2007 17:16 GMT | 5 |
I have a fairly complex userform where I have many textboxes, combo boxes, list boxes, etc. I have had some success in using examples found on the MVP web sites for populating a userform's listbox from a separate MS Word document table, but need some help.... I will
|
| Missing bookmarks | 25 Feb 2007 16:07 GMT | 17 |
I have hundreds of old documents that were created with am old template that has missing bookmarks. There are 2 TextForm form fields, 2 Drop-Down form fields and 2 CheckBox form fields. I have created a new template with userforms. When I open an old document in our network, I ...
|
| Invoice Numbering | 25 Feb 2007 12:53 GMT | 2 |
I have set up an invoice template but each time a user opens a copy I would like it to generate a new invoice number therefore no invoice would have the same number. Can anyone help?
|
| Crash when deleting an object | 25 Feb 2007 04:33 GMT | 4 |
Every time I try to delete a specific visual object on my userform in Word it crashes my application. Unfortunately, I saved the userform when I was testing it, so now that I don't need it and want to delete it, I can't get rid of it. It appears again on the userform upon ...
|
| Using document compare on a form | 24 Feb 2007 21:34 GMT | 7 |
I want to create a form that would have a large amount of information in it, most of it in text boxes. This form is going to be carried over from year to year, and occassionally may need new fields inserted. Is there a way to use compare documents to update a form for new fields? ...
|
| Builtin Dialogs Type parameter | 24 Feb 2007 15:34 GMT | 3 |
Here is a little code nugget to do custom page number formatting. The parameters .FirstPage and .Position work as expected, but the .Type parameter (which is supposed to indicate Header or Footer placement) is interpreted as Dialogs(wdDialogInsertPageNumbers).Type. This
|
| more efficent way to code saveas | 24 Feb 2007 14:17 GMT | 1 |
I have code that: opens a file, then changes the file location path then does ActiveDocument.SaveAs and save the file with a new name in the new
|
| Visual Basics - programming case eg upper case/lower case | 24 Feb 2007 12:14 GMT | 1 |
Can anyone tell me how I programme my form in Visual Basics for the text to appear as it is typed. I have certain text that I want to appear as Upper Case eg InsertBkMkText "Department", txtDepartment. Text, wdUpperCase
|
| Determine when Module was added/updated | 24 Feb 2007 12:05 GMT | 3 |
I created a number of standard modules that contain code for formatting and printing various documents. The problem is, these documents are accessed through a seperate VB Application that adds its own code modules (disables Save, SaveAs,
|
| Prevent Unauthorised Users Access Q | 24 Feb 2007 10:11 GMT | 6 |
How Could I prevent users outside a set list access to opening a Word Document? The username would be that displayed within Tools-User Info. If it is an "unauthorised User", then I would like a Dialog Box
|
| IRM - Right's Management for stand alone machines | 24 Feb 2007 01:46 GMT | 1 |
I am trying to enable the following option on Word2007: click the Microsoft Office button, point to Prepare, point to Restrict Permission, and select Restricted Access. I have the Windows Rights Management Client 1.0 installed on my machine but
|
| Calling a function in another module | 23 Feb 2007 23:03 GMT | 1 |
I have a module called myFunctions with many functions in it. I then have a userform where I then call the functions. To do this I am using: myFunctions.nameOfFunction
|
| Repositioning CheckBoxes on UserForm with VBA | 23 Feb 2007 22:54 GMT | 1 |
I have a userform with a whole load of checkboxes (only checkboxes plus 1 command button). What I am trying to do is reposition all the check boxes. I have the following code:
|