G
Guest
dear sir.
,
i would like to have in this way is this possible
dim exl as excel.application
set exl = createobject(excel.sheet)
exl.application.visible = true
exl.application.cells(5,1).value = MYREPORT
dim value1 as integer
value1 = 2+2-5-*458*25
exl.application.range(a1:c1).value = value1
fine it works BUT
how to have the value such as
exl.application.cells(1,1).value = query1
exl.application.cells(5,1).value = query2
querys are my access querys
reason fore this method is, any esxternal excel files addressed in docmd
method if deleted accidentaly or changed adderess will cause error
how to export many querys to single created excel sheet please.
,
i would like to have in this way is this possible
dim exl as excel.application
set exl = createobject(excel.sheet)
exl.application.visible = true
exl.application.cells(5,1).value = MYREPORT
dim value1 as integer
value1 = 2+2-5-*458*25
exl.application.range(a1:c1).value = value1
fine it works BUT
how to have the value such as
exl.application.cells(1,1).value = query1
exl.application.cells(5,1).value = query2
querys are my access querys
reason fore this method is, any esxternal excel files addressed in docmd
method if deleted accidentaly or changed adderess will cause error
how to export many querys to single created excel sheet please.