Z
Zzzbla
Hi,
I have a project that automates Excel, and I make a reference to the
Excel library installed on my computer - Excel XP.
I would like my project to support older versions of Excel but if someone
doesn't have Excel XP it probably won't work.
Is there a way other than late-binding? (i.e. dim myexcel as Object: set
myexcel = CreateObject("Excel.Application") )
Please post an answer!
Thanks in advance!
I have a project that automates Excel, and I make a reference to the
Excel library installed on my computer - Excel XP.
I would like my project to support older versions of Excel but if someone
doesn't have Excel XP it probably won't work.
Is there a way other than late-binding? (i.e. dim myexcel as Object: set
myexcel = CreateObject("Excel.Application") )
Please post an answer!
Thanks in advance!