tags:

views:

115

answers:

2

There is an API for Cisco VPN (vpnapi.dll). Is it possible to use this API from VBA code?

Thanks!

+1  A: 

It depends if CISCO VPM supports it, however you can give it a try by declaring the API in VBA similar to how you declare Win32 API's

http://www.your-save-time-and-improve-quality-technologies-online-resource.com/win32-vba-api.html

Nilesh Deshmukh
Thanks or your comment Nilesh. I tried it and it didn't work. Maybe it's because vpnapi.dll is written in C#.
Kuyenda
A: 

Tried declaring it and it didn't work. The answer appears to be no.

Kuyenda