SBendBuckeye
Programmer
I have had this happen to me in both Office97 and Office2000. I am working in Excel VBA and needed to read a flat file. Thinking that would be a good way to learn about FileSystemObjects, I nosed around in the Help and was getting context sensitive help regarding the same.
When I tried to run the example code, it bombed and I realized I needed to set a reference to the ScriptingRunTime library which I did and the code worked fine. But ever since then, when I hit F1 for context sensitive help in the code, Help comes up with big gray box and hangs. If I click on help and open it manually then I can find them.
Can anyone suggest anything to me for this problem? Thanks in advance for any help you can give me! Have a great day!
When I tried to run the example code, it bombed and I realized I needed to set a reference to the ScriptingRunTime library which I did and the code worked fine. But ever since then, when I hit F1 for context sensitive help in the code, Help comes up with big gray box and hangs. If I click on help and open it manually then I can find them.
Can anyone suggest anything to me for this problem? Thanks in advance for any help you can give me! Have a great day!