A report I have just inherited contains much data that needs to be copied and pasted into another programme. The report is exported from yet another system so is bare xlsx format. I have created an addin where I can run a column delete from the QAT.
I am trying to implement this code to be able to copy by select and paste into the other programme. This would need to reside in the worksheets module. Is there a way to declare the range from outside the worksheet module or alternatively a way to copy the code into the worksheet module.
ultimately I would like the target row to be deleted from the worksheet once pasted.
Help appreciated
Bookmarks