could anybody help please? I was searching for VBA macro which will help me to summarize data from many forms. But I didnt find anything which is working for me.
I have workbook with huge number of sheets. The sheets are forms, which were filled by customers (each sheet is called FORM_number). The problem is that people didnt fill up the forms in normal order - starting from the top row (in my case A5) but in a range (A5:K30) anywhere (example in row starting in A:10 and then A:15 and then A:22 and A:23). The task which the macro should do, is to copy only filled rows in the mentioned range (example: only row 10,15,22,23) and paste it to "Summary_Sheet" one by one - so 4 records from 1st form then 7 records from 2nd form etc. And it should also add the number (from form name) to the column L to each record which was copied from that sheet.
Not sure if I am clear enough, but if somebody will have time to help, I will be very grateful.