My excel/vba sheets are all erroring with this message
Run Time Error 76 Path Not found
It happens when I do an application.quit from vba
I created a test case with a blank worksheet and a
one line macro
sub test()
application.quit
end sub
On stepping thro the macro sure enough the run time error appears on the quit line
Anyone seen this before? I'm running EXCEL 2003 SP2 on windows XP Pro.
Run Time Error 76 Path Not found
It happens when I do an application.quit from vba
I created a test case with a blank worksheet and a
one line macro
sub test()
application.quit
end sub
On stepping thro the macro sure enough the run time error appears on the quit line
Anyone seen this before? I'm running EXCEL 2003 SP2 on windows XP Pro.