Search found 1 match

by mathias
Mon Jan 21, 2008 2:03 pm
Forum: SMILE
Topic: Using SmileNet in Excel
Replies: 9
Views: 21254

I think this is exactly our problem...

I can add the smileNet.dll as a ressource to the project, but I'm not able to create a Smile.Network object.

I tried following code:

Sub loadNet()
Dim net As New smileNet.Network
net.readfile ("C:\Test_Net.xdsl")
End Sub

The excel debuger shows no error ...