liquidt007
Programmer
I have Office 2003 and 2007 on my work computer. I use 2007 for just about everything, but I need to open Excel 2003 from Access 2007. When I put the following code:
Dim xlapp As Excel.Application
Set xlapp = New Excel.Application
xlapp.visible = True
I naturally get Excel 2007. For reasons I won't go into, I need to specifically use 2003. I tried changing the Type Library from Microsoft Excel 12.0 to 11.0, but had no luck with that. Any suggestions are very much appreciated.
Dim xlapp As Excel.Application
Set xlapp = New Excel.Application
xlapp.visible = True
I naturally get Excel 2007. For reasons I won't go into, I need to specifically use 2003. I tried changing the Type Library from Microsoft Excel 12.0 to 11.0, but had no luck with that. Any suggestions are very much appreciated.