Hi guys, I am fairly new to VBA and I am looking for some help with some code that would help me at work, basically I am looking to reduce the amount of manipulating I have to a report on a daily basis.
I receive a report each day that contains shortages of stock, each day I have to cut/copy the data (without the headings) onto a second sheet where all the daily shortages are stored in date order and I also have to eliminate all shortages lower than 2.
This will then enable me to run analysis of the “relevant” data in Sheet2 by date.
I need some VBA code to do the following:
1. Copy the data from B7:M7 (row 6 contains the headers) down to the end of the data.
2. Pick all the rows where column “K” value is -2 or above (-3,-4 etc).
3. Paste the values onto column b of Sheet2 on the next blank cell (sheet two already formatted).
I’ll be very grateful of any help.
I receive a report each day that contains shortages of stock, each day I have to cut/copy the data (without the headings) onto a second sheet where all the daily shortages are stored in date order and I also have to eliminate all shortages lower than 2.
This will then enable me to run analysis of the “relevant” data in Sheet2 by date.
I need some VBA code to do the following:
1. Copy the data from B7:M7 (row 6 contains the headers) down to the end of the data.
2. Pick all the rows where column “K” value is -2 or above (-3,-4 etc).
3. Paste the values onto column b of Sheet2 on the next blank cell (sheet two already formatted).
I’ll be very grateful of any help.