-
Hello all,
Please HELP!!!!!! when i am in word 2000 and i want to
print i get the message bellow. No metter what i do i can
not get rid of that. I removed office 2000 and reloded it
and its stil there. Its only in WORD i can print from all
of my othe WP and other programs .
Please Help me fix it.
Thanks
Moshe
Microsoft Visual Basic
Run-time error ‘-2147467259(80004005)’:
Method ‘privetProfileString’ of object ‘System’ failed
Continue End Debug Help
only end is available
-
Maybe you should post that in the Visualbasic section...
-
Word 2000
I think its not the error form Word2000. If your document is upgraded from a previous version and contains some macros written in WordBasic language, then there are some commands that Word200 can't convert it into a VBA language that it supports.
There is a method in WordBasic like
WordBasic.[GetProfileString$]...
that returns the User profile path in which a Normal Template is saved, might possible err occurs due to this....equivalent in VBA is like
System.ProfileString(Section, key)
Bye
Syed Furqan Raza