11-14-2008, 06:46 PM
ActiveWorkbook etc are called for Application object.
ExcelSheet es.Init
IDispatch a=es.ws.Application
a.ActiveWorkbook...
...
SourceType:=xlDatabase is not supported. Use @ for optional arguments that you don't use.
Join lines that end with _.
ExcelSheet es.Init
IDispatch a=es.ws.Application
a.ActiveWorkbook...
...
SourceType:=xlDatabase is not supported. Use @ for optional arguments that you don't use.
Join lines that end with _.