Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Integrate VBA to QM2
#8
Macro Macro2
Code:
Copy      Help
ExcelSheet es1.Init
Excel.Application app = es1.ws.Application
Excel.Range rng = es1.ws.Columns.Item(1)
rng.Find("*" Excel.xlByRows Excel.xlPrevious).Row

Error in Macro2: expected 6 to 9 arguments, not 3.
Do I really need to add 3 more arguments or is this a bug ?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)