| Thread | Last Post | Replies |
|
| File Path Wrong in Document Template field | 23 Jul 2003 02:14 GMT | 2 |
I have a directory of saved Word 97 files. These files were created from a workgroup template that was password protected for forms. The workgroup templates directory has been moved to a different server. The old directory
|
| Open Dialog Find Files Containing... | 23 Jul 2003 00:39 GMT | 1 |
I can't get the macro recorder in Word or Excel to record the action of using the Find... tool in the Open dialog. Nor can I find anything in VBA Help on this. Does anyone have experience getting this to work through either
|
| Determine if bookmark exists | 23 Jul 2003 00:29 GMT | 1 |
How do i determine if a bookmark exists? I know the IF statement wiht the AND does not work, just here as an example of the logic i wish to process... If frmLogin.txtLogin(7) <> "" AND exists(wdNew.Bookmarks
|
| Null Values in Database | 22 Jul 2003 23:51 GMT | 1 |
I have a Sub Procedure that takes what is in the Database and assigns it to labels in my UserForm. I get an error if a field is empty or "null". I would like the label to jus be "" if the field is null, but
|
| Shell command | 22 Jul 2003 23:48 GMT | 1 |
Why, when I type: AppID = Shell("c:\program files\accessories\backup\msbackup.exe", 1) then try to run the command, do I get the error message
|
| lost product ID number | 22 Jul 2003 16:05 GMT | 2 |
The product ID number for my Microsoft Word 2002 edition was lost, and I cannot get any help from Microsoft because this number is needed when you call or use online support. Where can I find the number for my product, or
|
| Cursor position, line number | 22 Jul 2003 15:40 GMT | 3 |
Does anyone knows how to obtain the cursor line position... This code doesn't work for me... it returns rare numbers but not the cursor actual position. Selection.Information(wdVerticalPositionRelativeToPage)
|
| Calendar on userform always shows date on which userform was made | 22 Jul 2003 15:05 GMT | 2 |
In Word 97 I made a protected template with formfields in which there are two formfields to enter dates into. Upon entry into these fields, a userform with a calendar pops up. After the template was in use for a while, I noticed that the
|
| Excel sheet to word document | 22 Jul 2003 12:34 GMT | 3 |
Office 2K I am trying to copy an excel sheet into word using VBA. For better page settings purposes, the Excel sheet is pasted as an RTF document into an existing word document :
|
| Protect & Unprotect | 22 Jul 2003 11:28 GMT | 1 |
I am using Word 97, together with a colleague we are/have creating templates which require to be protected for forms. There is one section on every template/document created
|
| is it known issue? | 22 Jul 2003 08:51 GMT | 1 |
I have created a template in Word XP for deployment in the field. This template and its associated code runs beautifully on Word XP and Word 2000, but when attempting to run it on Word 97, it gives IPF.Could you please
|
| Better name for ActiveDocument | 22 Jul 2003 07:21 GMT | 1 |
I am using Sub Document_Open and Sub Document_New in a template to bring up a User Form when a new or previously saved document is loaded. I would like the user to be able to input their name
|
| Template input once only? | 22 Jul 2003 07:20 GMT | 1 |
I would like each (teacher) user of my Pupil's Report Template to be able to input their own name into a form (probably Template?) only the once - so from then on the documents based on this template already has their name entered.
|
| How to count numbers of character in a line | 22 Jul 2003 04:46 GMT | 1 |
I just thought somebody can help me to create a macro with following functions. I have some text document each has two potions -HEAD-
|
| Access and WordForms | 22 Jul 2003 00:14 GMT | 2 |
I need to pull CusName from an Access Database to fill a word form. The problem that I have is the names are stored in the database last,first as in "Doe, John". My question is, is there a way to separate out Last and
|