Hi All
I'm currently working on some vba and encountering a issue that I can't find a answer or solution for
I have within a workbook several tabs
The tabs in Questions are Open POs and PO Orders
My code is as follows
Sub CopyData()
Dim LR As Long, ALR As Long
Dim MSht As String, DSht As...