Conection with AutoCAD
Hi,
I need to export data from AutoCAD do Excell.
My code is in macro which is written in AutoCAD and problem is that I can't
delete rows in the excell sheet.
Dim objWorksheet as object
objWorksheet.cells(5,1).select
Selection.Delete
I export all data but I need to delete some rows and I don't know how to do
it.
Thanks in advance.
|