| Thread | Last Post | Replies |
|
| SaveAs Dialog and filename verification | 25 May 2005 18:12 GMT | 1 |
I have a document I need users to fill in using a custom form. When they click the Save button on the form the SaveAs dialog box appears. What I need/would like is to verify the user changes the name of the document (so they don't overwrite the original).
|
| lock only certain fields | 25 May 2005 18:07 GMT | 1 |
What I'm trying to achieve is the following: I have a word document which has some form fields and merge fields. I am using a VBScript to merge data automatically to these merge fields and I'd like the user to fill in the additional form fields and/or modify the merged
|
| Macros and VBA | 25 May 2005 17:37 GMT | 2 |
I need to learn how to create macros, if-then statements, etc. for generating documents. Where/what is the best learning source? Thank you.
|
| Toolbars | 25 May 2005 16:30 GMT | 5 |
I've got some weird things going on with a toolbar that I built in a word document. For some reason the toolbar is being displayed many times when the document opens up. Yet to my knowledge the macro which builds the toolbar is not being
|
| User complaints about using locked template . | 25 May 2005 16:24 GMT | 1 |
We have a template with several text form fields that are set to an unlimited length. The template is set on locked, and for the most part the template functions as needed. The biggest complaint received from users is how Word has disabled so many necessary functions with ...
|
| Question about next level up from Self-cert | 25 May 2005 16:08 GMT | 1 |
I played with SelfCert, but then found out that my company has put a company certificate in the trusted directory on each PC at our company. How do I create a (personal?) certificate based on that RCA instead of the one that selfcert uses? My assumption is that if I can create a ...
|
| Save document without saving macros | 25 May 2005 12:54 GMT | 2 |
I have created a 2002 word document with auotmation to fill out fields. I would like to save the document using a macro as well, using fields as file name, which I have done. What I would like to happen is to be able to save the new document with out the macros.
|
| version problems - getting error message from macro run in 2000 | 25 May 2005 10:50 GMT | 4 |
I have created a macro that runs fine in both XP and word 2002. My problem is that when it was run on word 2000 the macro crashed at this bit of code: Sub UpdateBookmark(BkMrkToUpdte as string, TxtToUse as string) Dim BMRange As Range
|
| Setting a SaveAs Directory | 25 May 2005 09:41 GMT | 8 |
I want to open a SaveAs dialog box to a specific directory. I cannot find a setting that allows me to control the directory. Is there anything in VBA that will let me control the directory in which this dialog box will open? Thanks!
|
| certificate expired - macros now disabled - 50 documents... | 25 May 2005 07:43 GMT | 4 |
Hi Newsgroup, we´ve signed a vba macro in a excel template. Based on theses templates 50 of our users created their own documents. Now the certificate is expired and the macro only works when we set the
|
| Create table macro using a loop | 25 May 2005 02:00 GMT | 3 |
I'd like to create a table macro using a loop. The columns are fixed. There are 7 columns but the number of rows are dynamic. The number of rows will be determined by a bookmark. Can this be done? I cannot use a catalog merge. It's a long story.
|
| Terminology | 25 May 2005 01:46 GMT | 3 |
I am having a great deal of trouble with VBA. I know what I want to do but I don't know the terminology that VBA uses to accomplish my task. Many times I start looking through the Help and I won't see anything that even sounds remotely like what I'm trying to accomplish. Any ...
|
| Two Questions | 25 May 2005 01:33 GMT | 3 |
I didn't know which forum to post this in so I picked this one. This is my first try at a form. I'm using Word 2003 SP1. I've created an evaluation form where the raters answer questions evaluating the employee. There are five choices for the rating (0 to 4). I'm using
|
| how do you enable VB macros in word 2000? | 24 May 2005 23:23 GMT | 1 |
I'm in VB editor. when I click "Debug" I can't compile or run my macros. How do I enable macros?
|
| Open .pdf file | 24 May 2005 23:12 GMT | 1 |
Is it possible to write vba code in a Word template that will open a .pdf file with Acrobat Reader 6.0? If so, can you give me an example of the code? Thank you.
|