Hi there!
I'd like to call SeoTools functions in my Microsoft Access database, because I don't use excel sheets for my SEO purposes.
There seems to be a possibility to call the fuctions directly from the XLL file - if you know the name:
stackoverflow.com/questions/375552/how-do-i-call-an-xll-addin-function-from-vba
I tried
Private Declare Function HttpStatus Lib "o:\datenbanken\seo\SEOToolsForExcel\SeoTools32.xll" (ByVal path As String) As String
but it gives error 453 (DLL function not found). If I inspect the XLL with a DLL viewer, it shows a lot of functions called f0, f1, f2... etc. but not with the names I use in Excel.
Did anybody do this yet?
Thanks!
Martin