| Thread | Last Post | Replies |
|
| Outlook security dialog hides behind other windows | 24 Nov 2006 10:06 GMT | 2 |
In one of our templates an email message is generated by means of code: ... Set oOApp = CreateObject("Outlook.Application") Set oOMail = oOApp.CreateItem(olMailItem)
|
| go to word (relative) number | 24 Nov 2006 09:37 GMT | 2 |
sorry if this has been brought up again, but i can't seem to find it. What I am looking for is a macro that would get me to a specified number of words (which I could define everytime i run the macro) down the document, starting to count from the current selection point, not
|
| Problem with Digitally Signed VBA Project | 24 Nov 2006 07:46 GMT | 8 |
After adding a self-created digital signature to a Word .dot file, I get the "Project is unviewable" error message when I try to open the VBA project. I had not protected the project. How can I make this project viewable again??
|
| open document or cancel command macro | 24 Nov 2006 05:56 GMT | 2 |
I need to write a macro for a word document which allows users to insert an electronic signature (jpeg file). The problem is this needs to be password protected. Can anyone suggest how i might add security, or at least if I have the jpeg copied into a password protected word ...
|
| Error with execute method of Find object | 24 Nov 2006 01:45 GMT | 1 |
I have used code like this several times to change the formatting of text on protected forms, but now I seem to be getting errormessages like "command not available" or "method or property is not available because the object refers to a protected area of the document". The ...
|
| Word 2007 Macro Problem | 23 Nov 2006 22:27 GMT | 1 |
I have a Word 2003 fax coversheet template that works fine when creating a new document in Word 2003, but causes an error when creating a doc from it in Word 2007. The user tabs to a text box called "From" and it runs the following code:
|
| Deleting unused styles | 23 Nov 2006 22:04 GMT | 6 |
Hi, All-- There's a mess of good info here, and on websites, and particularly on MVPS, about deleting unused styles. I put together a macro using the various ideas but I can't seem to get it running quite right (WinXP,
|
| Make a Word Document from Excel | 23 Nov 2006 21:20 GMT | 4 |
I have a special report that is generated from Excel. All tables are done inside Excel and export thereafter. For now, I make a mailmerge with a Word Template and after that, the table are exported. Instead of using a MailMerge, I would like to program everything from Excel to ...
|
| Insert the filename field in the footer | 23 Nov 2006 20:04 GMT | 7 |
I'd like to insert the filename field in the footer after a string ("File Name:-"). thanks in advance.
|
| How to keep location for Insert Picture from File? | 23 Nov 2006 15:44 GMT | 2 |
I want to insert some pictures from file. I know how to set the default location for pictures in de Options dialog. My question is, when I browse to another directory in the dialog for inserting picture, is it possible to keep that location, so that the dialog next time comes up ...
|
| First line of hanging indent is not correct after updating list of tables | 23 Nov 2006 14:51 GMT | 5 |
I have created a list of tables by using custom styles for the table captions. The style applied to the TOC entries is the built-in TOC style "TOC 7". The field code looks like this {TOC h\t "my_caption_style; 7"}
|
| Scanning VBS code BEFORE opening a Word, Excel, or PowerPoint document | 23 Nov 2006 11:57 GMT | 2 |
Is it possible to scan the VBA code BEFORE opening a Word, Excel, or Powerpoint critter?
|
| Copy Autotext Using VBA from One Template to Another | 23 Nov 2006 11:42 GMT | 3 |
I would like to copy the autotext entries from one template to another (and many others) using a VBA script. I found one in this group, but it appears to need some tweaking that I'm not familiar with, and I'm hoping to pick some of your brains for help. Below is the code as I
|
| Document w/ controls always opens in design mode | 23 Nov 2006 11:25 GMT | 3 |
I am new to this - I am writing boiler plate documents for our company. There are specific questions we want answered for each vendor and I want to use a document with radio buttons and check boxes. I created a template with the controls and when one of our users starts a new ...
|
| combining documents; resolve conflicts | 23 Nov 2006 11:12 GMT | 2 |
Hi NG, combining word documents into a single target document can lead to a number of conflicts of different types causing document corruption. Some examples for conflict-prone domains are: document templates, styles,
|