Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to delete Excel column through QM?
#1
Example?
#2
deletes column F

Macro Macro1468
Code:
Copy      Help
;/exe 1
ExcelSheet es.Init
es.ws.Range("F:F").Delete(Excel.xlToLeft)


Forum Jump:


Users browsing this thread: 1 Guest(s)