티스토리 뷰

1. Make Pivot table in your excel.


2. Rename Pivot Table Name



3.Click "Developer" tab on the ribbon. Click "Visual Basic" button.


4.Double click on your sheet in project explorer window. (left side)


Paste below code into worksheet code page to the right of the project explorer window. 


Private Sub Worksheet_Change(ByVal Target As Range) 

  Worksheets("Sheet1").PivotTables("PivotTable1").PivotCache.Refresh 

End Sub


5. Close this window.

Try to change your data in excel.


6.Save as an .xlsm.

'Solution > Excel' 카테고리의 다른 글

그래프에서 샘플링 수 조절  (5) 2016.07.28
링크 확인하기  (0) 2016.07.13
5칸마다 데이타 입력하기  (0) 2016.07.01
Align long Text in a cell.  (0) 2016.06.17
Header/ Column, Row Header  (0) 2016.06.16
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2025/09   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함