Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM2 & Excel - Move a tab to a different file
#4
I think I may have figured out a way that works. Both of these modifications are working for me now:

Macro Combine Excel files
Code:
Copy      Help
;attempt 1
int i = wb2.Sheets.Count
wb1.DialogSheets.Move(@ wb2.Sheets.Item(i)) ;; works

;attempt 2
wb1.Sheets.Move(@ wb2.Sheets.Item(i)) ;; works

I'm not sure exactly why they are working, but I'm glad they are.

Thanks anyway! Smile
--Phil


Messages In This Thread
RE: QM2 & Excel - Move a tab to a different file - by pgomez - 12-22-2019, 03:40 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)