The error you got (instruction at 0x... referenced memory at 0x...) is a common one, but it's the most difficoult one to debug.
The debug option shows you the machine code and assembly language, quite useless information because it will never show YOUR code but the Word.exe code :(
If there's still an error after you tried bruintje's (de beer?) solution, you could also try to put msgbox'es between every 5 lines or so, to find out where the problem occurs.
No solution, but you might find the line of code that's bugging you.
Main Topics
Browse All Topics





by: bruintjePosted on 2003-06-04 at 10:57:58ID: 8650800
Hello OmegaJumior,
library/de fault.asp? url=/libra ry/ en-us/o ffice97/ht ml/SF7A4.a sp library/de fault.asp? url=/libra ry/ en-us/m odcore/htm l/deconDec laringObje ctVariable s.asp
no idea
but hwat you can try is to remove any early binding stuff from your app and do it all late binding then you remove any dependence on specific path's and references and use the registered paths on the pc
http://msdn.microsoft.com/
http://msdn.microsoft.com/
just an idea
HAGD:O)Bruintje