excel - VBA do not fire "Worksheet_PivotTableUpdate" on startup -
hi have excel file couple of worksheets macros. 1 worksheet uses build in method "worksheet_pivottableupdate":
private sub worksheet_pivottableupdate(byval target pivottable) 'complex stuff end sub
whenever open workbook event fired. there way firing method whenever "change" pivot (i know initial setup of update well, exclude initial call)
the problem caused due everytime open workbook sheet pivots on gets shown (and not last opened prior saving / first sheet).
any ideas?
Comments
Post a Comment