giorgiotassi
New Member
Hi, I am looking for a VBA solution to a simple problem, for which I have not been able to find an appropriate code.
It is quite a simple task, as illustrated in the enclosed excel file:
- in sheet 1 (= Price Calculation) I have a cost estimate that results in a price calculation.
- in sheet 2 (= offers list) I want to record all prices to keep track of them and possibly filter them if/when needed
I wish to have the essential data of the calculated prices, presented in a range, to be copied and value-pasted from sheet 1 to sheet 2 by pressing a button to this effect.
The complication comes when I want the latest prices range to be value-pasted in the first available = empty row of sheet 2.
I have just started with VBA (enough to be fascinated by its possibilities) and have no experience how to write a code to do this.
Grateful for any help that I will receive.
I'm using Excel 2011 for MAC.
Best regards from Italy.
It is quite a simple task, as illustrated in the enclosed excel file:
- in sheet 1 (= Price Calculation) I have a cost estimate that results in a price calculation.
- in sheet 2 (= offers list) I want to record all prices to keep track of them and possibly filter them if/when needed
I wish to have the essential data of the calculated prices, presented in a range, to be copied and value-pasted from sheet 1 to sheet 2 by pressing a button to this effect.
The complication comes when I want the latest prices range to be value-pasted in the first available = empty row of sheet 2.
I have just started with VBA (enough to be fascinated by its possibilities) and have no experience how to write a code to do this.
Grateful for any help that I will receive.
I'm using Excel 2011 for MAC.
Best regards from Italy.