Re: Vba to extract values from one sheet to another based on 2 dates.
Hey venkat1926 thanks. Its pretty close to what I need.
I tried the test macro, and from what I can understand the macro copies all columns from sheet SOLD and then it cuts the columns that are not needed. But there is one problem with that, I need the last column (difference) in sheet REPORT, because there is a formula there in my original file that i need, so the macro should not delete that column. Also is it possible for the macro to paste the values from sheet SOLD at the exact location in sheet REPORT. I need that because the last column DIFFERENCE is the difference between the price and the price with %. Also can the macro just paste only the values, without the formatting.
Thank you so much for your efforts, maybe I didn't explained clearly enough what I need, I'm sorry for that but I'm trying my best. English is not my first language.