Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
word 2000 vba problem
Name: Avi Date: October 31, 2002 at 23:41:20 Pacific OS: win 98 CPU/Ram: 64 / 128
Comment:
I've written a lengthy program in word VBA. The program works fine on most computers, including one with only 64 MB RAM. On some computers (for example, an identical win98 OS q word 2000 with 128 MB RAM), the functions just wont work, giving me an "automation error" message. The wierd thing about it is that when I copy the function to the Normal/Modules/NewMacros - it works fine. Let me emphasize again, that the same exact program works fine on a different computer with half the RAM (64 MB). TIA for any insight to this problem.
Name: mark Date: November 1, 2002 at 03:36:39 Pacific
Reply:
shot in the dark, but have you checked the macro security levels on the offending machine.
0
Response Number 2
Name: avi Date: November 2, 2002 at 11:35:23 Pacific
Reply:
That was the first thing I checked. That's not the problem. TY
0
Response Number 3
Name: bill Date: November 5, 2002 at 15:45:46 Pacific
Reply:
Have you considered attempting to run the program on another OS98 machine? There is obviously nothing wrong with the code. Are all the correct references set in the VBA IDE of the offending machine?
Summary: I think I know what the problem is - probably your normal.dot file is corrupted. It will cause that to happen just as you described. Here's the fix: click start, search for files and folders, type ...
Summary: How do I deal with calculations in Word 2000 documents where an entry in the calculation could be null. In Word 6 I have been creating a duplicate field code, setting ther duplicate to 0 and adding t...
Summary: I'm trying to write a access 2000 VBA search function that accept user text input and return records based on case id or name found (as entered by user). Case id is the primary key for all records. Ca...