07-11-2005, 02:51 PM
You can run Excel macros from QM. Example:
QM
Excel
QM
typelib Excel {00020813-0000-0000-C000-000000000046} 1.2 0 1
Excel.Application a._getactive; err act; act; a._getactive
word bChecked=TRUE
a.Run("Macro1" bChecked)Excel
