Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I currently have a worksheet giving volumes sold per week (with a row for each seller/product combination and each week as a column) and a second sheet which calculates revenues via the first sheet and a lookup table, e.g. 'Revs'!C3 = 'Vol sold'!C3*vlookup($B3 [the product],prices,2,0) As this formula is in every cell of the second sheet this is making my file too large. I'm looking to replace it with a macro which would copy the volumes into the revenue sheet and use Paste Special - Multiply to calculate the revenues. The only problem is that I need the macro to rerun whenever the workbook is recalculated; the only events I have found on Excel help to run a macro run it when a worksheet or chart is calculated, whereas I need this at the workbook level. Is there an equivalent or can anyone suggest a way around the problem? Thanks Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table, IF function, calculated item versus calculated field | Excel Discussion (Misc queries) | |||
Max sheets in a workbook or max # of calculated cells | Excel Discussion (Misc queries) | |||
Workbook Open macro/& Pivot Table Calculated field query | Excel Programming | |||
Workbook Open macro/& Pivot Table Calculated field query | Excel Programming | |||
Workbook Open macro/& Pivot Table Calculated field query | Excel Programming |