According to the help file associated with the program I'm trying to use this code worked in excel 2002.
I'm trying to intergrate my 2007 & 2010 versions of excel into this software but keep getting run time errors. I know a lot has changed over the years, does anyone see anything in this that i need to change?
Your help is greatly appreciated.
Code:
Dim SvcApp As Object
SvcApp = CreateObject("svc.SporlanObject")
SvcApp.Visible = true
I'm trying to intergrate my 2007 & 2010 versions of excel into this software but keep getting run time errors. I know a lot has changed over the years, does anyone see anything in this that i need to change?
Your help is greatly appreciated.