I found a way to make a class library as a new project (in .net). and after this to add in references (in VBA) this .net dll.
But, in my .net project there are a lots of classes, and I need just some of them. it means that I have to make a new project (class library) containing just these classes which I need?
what about some select statements directly on the server (SQL server), which in .net are working, can I use them like this in VBA (do I need to change them into pass-through queries?)
thanks a lot for your answers!