Dear Excel Experts,
I've been trying to find solution for this for almost a week but to no avail. Just really don't understand which part I've done wrong.
My code below should do copy to filtered data and paste them below the row (skip one blank row to differ) of the original data. The original data is in csv format which located in separate workbook. It has a checking command line to ensure that the filtered data is not blank, else skip and run next sub macro. This is needed to run through thousands of original data in separate workbooks. The weird thing that happens is that some files, the macro detects blank correctly, some won't and will prompt the error and stops the macro. I tried to change between count and countA for detecting the filtered data rows but if i do that the result will also be different, as if some of it is detected as text so, it will count in CountA but some will only be counted if using Count..I have tried different version of Excel, ranging from 2010 up to 2016 but no difference..
I have tried many different macro commands to count only visible data rows but still don't give any difference.
This has been so much pain for me as I need to get accurate data to calculate SLA performance of each staff in attending tickets. Please, please, please help me..
![]()
Please Login or Register to view this content.
Bookmarks