ole Idispatch 异常代码 0
OleApp=CREATEOBJECT("excel.application")oleapp.application.caption="VFP交互编程"
M_File=GETFILE('xls','选择EXCEL表')&&打开指定excel表
oleapp.application.workbooks.open(m_file)
oleapp.application.visible=.t.
oleapp.activesheet.range("b3:d3").borders(2).weight=5
oleapp.save
oleapp.quit
oleapp.close
运行中出现错误提示:OLE IDispatch 异常代码0出自 microsoft office Excel 不能设置类Border的weight属性。