bug?

farshad

Well-known member
Joined
May 1, 2003
Messages
109
Location
London
Can someone do a quick test as there seems to be a bug I think?
open a new project using vb.net, now you have form1. Add the reference to excel 9.0
in a button click event you can type dim oexcel as new excel.application
this works fine.
Now delete form1 and add a new form. This time do the same as above. i.e. in the click event place the same code.
Do you get an error? if so why?
Thanks
 
Back
Top