PB打开Excel
在PB中怎样打开一个指定目录下的Excel文档啊?急!
2007-06-01 10:07
2007-06-01 10:13
run("C:\Program Files\Microsoft Office\Office10\excel.exe"+''+"D:\职工\geren.xls",minimized!)
handle=openchannel("excel","geren.xls")
在这里输入导数据的语句
closechannel(handle,handle(w_print))
st_print="[print()]"
execremote(st_print,"excel","geren.xls")
execremote("[close(false)]","excel","geren.xls")
execremote("[quit()]","excel","system")
2007-07-18 09:31
2007-07-18 22:11
2007-07-19 10:23

2007-07-23 16:40

2007-07-23 16:55
2007-08-04 09:13