I have 2 excel versions installed on my system. 2007 and 365.
when using
function open1()
set h = createobject("Excel.application")
h.visible = true
h.workbooks.add
end function
Excel 365 opens up. When I wanted to open excel 2007.
I tried searching for solution for this. but could not find any similar case.
Is there any specific way by which I can particularly open excel 2007 application?