How can I access Microsoft.SharePoint.dll in MS Visio VBA Code ?

R

rajesh.r.kotak

Hi,

I want add, edit and delete functionality from VISIO to Windows
SharePoint Service List.

I am doing VBA Programming in MS VISIO 2007. How I can use SharePoint
Object Model in VBA ?
I tried to Add reference "Microsoft.SharePoint.dll" but it is showing
error : "Can't Add reference... "

How can I access Microsoft.SharePoint.dll in MS Visio VBA Code ?
 
A

Al Edlund

without knowing where that module came from, it sounds as if it is a .net
piece of code and unavailable to vba.
al
 
Top