Question - Backward compatibility in Office developing

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top