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

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -