Dear Sir Thank you for your valuable trick. how we open the VB window without short of ALT+F11. Kindly tell me. In the laptop, this combination is not working. This helps me to use this refresh option.
In Laptops, function keys like F11, F10, F9 etc works with Function Key (fn). So, In laptop, you can try ALT + fn + F11.........it should work. Apart from shortcut, you can go to "developer" tab in Menu and then select "Visual Basic" to reach to VBA Editor window. Let me know if it helps......
Thank you so much. It works when I put it in the worksheet, but I have multiple worksheets. Can you please tell me how to put this code for the whole workbook instead of worksheet. Thank you
It is working for all pivot tables across one sheet only. However, you can use the same code on all those sheets, where you have multiple pivot tables. Try it .......if it doesn't work, let me know.
I am trying to do this where the pivot tables and source data are on protected sheets. Recommendations on unprotecting, running this, and then protecting again?
Thank you for the coding, Query: when I am reducing the rows its refreshing data in pivot table but when I am trying to add rows it's not adding new data in pivot table. Please help on this when data range reduces or increases. Thanks in advance
Code is executing, whenever "Enter" is pressed on data sheet. So, once you increase or decrease data and press enter, it would work. You can try at your end and share your experience.
You can add a command button and assign this code to command Button. There is a tutorial, you can take help from. Link is given below : ua-cam.com/video/U4lf-GN0KSo/v-deo.html
This macro works fine, but how to save this macro, as whenever I close the Workbook and open next day this macro is missing on source sheet and I need to update the same again. Please help.
Hello, I would like to split a document by destination (for example) and create automatically various specific files (for each destination) with the relevant pivot chart. How to do to update the data source of the new pivot charts each time (Spain, Italy, France...) ? As they keep the original data source with all destinations (Europe). Thanks Dim pt As PivotTable Dim MyData As Excel.ListObject Set MyData = Application.Range(Europe).ListObject For Each pt In ActiveWorkbook.Worksheets("Chart - City").PivotTables pt.ChangePivotCache ActiveWorkbook.PivotCaches.Create _ (SourceType:=xlDatabase, SourceData:="MyData") Next pt
@@ExcelDestination I figured it out. I had at least 3 levels of table references in different sheets, and the refreshing isn't linked to the primary worksheet.
Having Knowledge of VBA is more step ahead of knowing excel only. Thanks a tons😊
Thank you. Greetings from Bavaria to India😎😎
Thanks sir your are amazing person you save my 15 minutes daily
Most welcome
Great Brother Nice Solution as i need to auto update without enabling macro file. It works fine.Thanks a lot.
Thank you. It was very helpful. It works fine. Finally I have solve my problem.😄
Hi, good video solved my issue just how do you retain the undo history
Thank you so much, however, i started getting a debug to remove P.refresh. how can i fix this?
What if you add new entries to source data, will it make changes
This works if I add more rows?
Dear Sir
Thank you for your valuable trick.
how we open the VB window without short of ALT+F11.
Kindly tell me. In the laptop, this combination is not working.
This helps me to use this refresh option.
In Laptops, function keys like F11, F10, F9 etc works with Function Key (fn). So, In laptop, you can try ALT + fn + F11.........it should work. Apart from shortcut, you can go to "developer" tab in Menu and then select "Visual Basic" to reach to VBA Editor window. Let me know if it helps......
will it work if the "source data" rows increases?
Thank you so much. It works when I put it in the worksheet, but I have multiple worksheets. Can you please tell me how to put this code for the whole workbook instead of worksheet. Thank you
actually selection change event works at worksheet level. So, you can copy paste the code for each worksheets, where you need this.
amazing. you solved a big problem. well done
thanks to you bro
Good job bro 😊
Thanks
Very helpful. Thank you
You're welcome!
Will this work for pivot charts using data connections?
Thnx for this sir. But after this activity undo doesnt work.
Once the formula is added to the sheet, you can’t undo an entry. Is there a fix?
Will this work on multiple pivot tables across multiple sheets?
It is working for all pivot tables across one sheet only. However, you can use the same code on all those sheets, where you have multiple pivot tables. Try it .......if it doesn't work, let me know.
I am trying to do this where the pivot tables and source data are on protected sheets. Recommendations on unprotecting, running this, and then protecting again?
Nice
Hi sir, I am not getting first drop down? Can you help?
Can we present pivot table in customise format where i can add extra column which is not in the data table ?
pivot table has feature of "calculated field" which can give you additional data to original data.
@@ExcelDestination Hi.. thank you for your reply.. Can you please send me a video showing this feature ?
awesome
If we add row is it working??
it should.......try out and share your experience
Thank you for the coding, Query: when I am reducing the rows its refreshing data in pivot table but when I am trying to add rows it's not adding new data in pivot table. Please help on this when data range reduces or increases. Thanks in advance
This is awesome, but when I input this VBA code, the Ctrl+Z feature is disabled. Help?
me too, any updates or resolution on this?
sir if we add new item in Source data it is not giving new spread sheet sir plz help me in this
What if no. Of rows in source data increase or decrease?
Code is executing, whenever "Enter" is pressed on data sheet. So, once you increase or decrease data and press enter, it would work. You can try at your end and share your experience.
Alt+F11 is not functioning with me, do we need any specific extensions file
not sure, but I guess, you can try this with Function Key (fn) then you need to use Alt+fn+F11
It’s not letting me scrolling in the source sheet how can i assign it to a button as it’s not reflecting under Macros option
You can add a command button and assign this code to command Button. There is a tutorial, you can take help from. Link is given below :
ua-cam.com/video/U4lf-GN0KSo/v-deo.html
Sir If I closed file and reopen and add new data this steps doesn't refresh
Will this work on multiple pivot tables across multiple sheets changing the date on each?
Podrías compartir tu archivo dejando el link de descarga por favor. 🎂
আমার স্কেল সিট এ চার আইটেম আছে তিন নাম্বার টায় রিফ্রেশ হয় না একটা ভিডিও দিবেন প্লিজ
I tried but it shows I need to enable Macro, how?
This macro works fine, but how to save this macro, as whenever I close the Workbook and open next day this macro is missing on source sheet and I need to update the same again. Please help.
this macro is event based. I would suggest to use this code on command click or you can use on short cut also.
Hello, I would like to split a document by destination (for example) and create automatically various specific files (for each destination) with the relevant pivot chart. How to do to update the data source of the new pivot charts each time (Spain, Italy, France...) ? As they keep the original data source with all destinations (Europe). Thanks
Dim pt As PivotTable
Dim MyData As Excel.ListObject
Set MyData = Application.Range(Europe).ListObject
For Each pt In ActiveWorkbook.Worksheets("Chart - City").PivotTables
pt.ChangePivotCache ActiveWorkbook.PivotCaches.Create _
(SourceType:=xlDatabase, SourceData:="MyData")
Next pt
how to refresh all sheet automatically with 5 min interval with ( auto refresh on /off button) "when excel data-properties option disable"
While saving the file select save as type as "Excel macro enabled workbook"
alt+ f11 not working in my laptop
Enable developer option first
Why does it take so long to execute the code?
not sure
@@ExcelDestination I figured it out. I had at least 3 levels of table references in different sheets, and the refreshing isn't linked to the primary worksheet.
Can you please guide if the data is changing every second and I want to reflect change in data every 3 min how can I plot it
No it didn’t work
hi,