| Thread | Last Post | Replies |
|
| Export registry string | 17 Nov 2004 16:30 GMT | 3 |
Hi expert! I need some help. I need to write a VBA macro that will export a defined branch of the registry into a *.reg file. Can anybody point me in the right direction?
|
| Spellcheck Locked Word Form | 17 Nov 2004 16:01 GMT | 2 |
Word 2003: I assist in designing custom forms (using the FORMS Toolbar) for my company. I Recently ran into a snag...To preserve the intergrity of our fomrs, all forms are locked prior distribution. However, with the document locked the users no longer have the option to run ...
|
| Test for and Remove first character from ActiveCell | 17 Nov 2004 15:41 GMT | 4 |
I thought this would be easy to figure out, but I'm going in circles. What would the code be to test the first character in the ActiveCell, and if true, delete that character? For example, say I want to remove the first character if it is a "z",
|
| button - protect form invisible? | 17 Nov 2004 15:10 GMT | 3 |
I wrote a macro, that will save dokument from template to .doc I'm trying to do it by button. But when i'm putting the button into .dot, option "Protect form" is invisible. What can i do?
|
| Using macro to replace paragraph text but lose shape objects | 17 Nov 2004 12:34 GMT | 1 |
I am having trouble replacing text without losing the shape objects in a paragraph. What I did was looping through all the paragraphs; for each paragraph I get the range and then I replace the text in the range. The problem is if there are shapes (either pictures or
|
| Wildcard search for dashes | 17 Nov 2004 12:32 GMT | 3 |
Hi, I am trying to program a wildcard search for paragraphs that begin with a dash. Here is an example of what it looks like: - text text. - text text.
|
| Updating my index with a Macro | 17 Nov 2004 11:22 GMT | 1 |
Hi, I'm trying to create a Macro that updates my table of contents and all my cross references in the text. So, I recorded this Macro: Sub Macro2()
|
| HELP Lost my menu bar | 17 Nov 2004 03:37 GMT | 1 |
Can you help? I am running Windows 2000 Pro and Office 2000 Premium. For some reason, I have lost my menu bar which includes all the commands, ie File, Edit, View, Format etc.
|
| Condition if in Mailmerge from VB | 17 Nov 2004 02:55 GMT | 1 |
I am doing a mailmerge from VB. I generate a CSV data file first and than defile the mailmerge document. I would like to have a condition if the country field is "United Kingdom" omit printing the country and instead have the postcode.
|
| Mouse Move to close user form Causes Automation Error | 17 Nov 2004 02:38 GMT | 2 |
Mouse Move Causes Automation Error I want to use mouse move to close a second form (hide or unload) It works fine until I make it a .dot in the startup folder, then I get an Automation error.
|
| Print as Adobe PDF | 17 Nov 2004 01:55 GMT | 4 |
I want to send a file to print as a PDF document. This works fine except when the dialog pops up to name the file. I can't seem to fill in the box. I've tried a sendkeys command using the results of an input box with
|
| Ampersand character | 16 Nov 2004 21:30 GMT | 2 |
I need help using the & character in a combo box list. I have tried the code below without success. The ampersand character will show up on the form list itself so the person can select it. Unfortunately it does not show up in the in the Word field so it not displaying in the ...
|
| Physical width of Range or Selection. | 16 Nov 2004 19:44 GMT | 3 |
I'm struggling trying to calculate the width of a text range, in real-world units, in Word 2003 using C#. I need to get a number that I can use to set a table column width or to find the physical beginning position, in terms of ruler measurements, for the beginning of a right ...
|
| Update fields in header | 16 Nov 2004 19:29 GMT | 2 |
I'm trying to update fields (like document name and last saved) when the document opens, in contrast to the regular update wich only happens when printing (and print related actions like preview). When the fielsd are placed in the main document, this code in ThisDocument works:
|
| Run time error 5941 | 16 Nov 2004 19:14 GMT | 1 |
Hi There, In some of our PCs for the below code on line: Set rngLocation = tplAttached.AutoTextEntries(strAutoTextName).Insert(rngLocation, True)
|