HI
yes i am trying to do vba code
1) trying to open excel workbook
set oXL= Createobject("excel.application")
oXL.visible = tRue
ser wkbk=oXl.Workbooks.add
after workbook open , i need to take columns header from two table in ms access
is there i can do with ADODB>connection?
I need only...