VBA insert symbol

How do I insert a symbol from symbol library (stored in the cdr file) with vba? 

Something like this?

ActiveLayer.CreateSymbol(x,y,"name", library )

But what do I need in the library part at the end?