Debugging .NET plugin in Excel 2003

  • Thread starter Thread starter Theewara Vorakosit
  • Start date Start date
T

Theewara Vorakosit

Hi,

I have an excel file (.xls) that contain .net plugin and its required dll. I
cannot execute it. There is no error message. But when I click a button,
there is no response. Can someone suggest me about debugging it?

Thanks,
Theewara
 
Theewara Vorakosit said:
Hi,

I have an excel file (.xls) that contain .net plugin and its required dll. I
cannot execute it. There is no error message. But when I click a button,
there is no response. Can someone suggest me about debugging it?

Thanks,
Theewara

Sounds like there might be an On Error Resume Next or something in your XLS.

Is .NET installed on the machine that you are having trouble with?

(trying to get more information)

jliu - www.ssw.com.au - johnliu.net
 
Back
Top