I go through this but my question is i want update the data in each half an Hour & i want to reflect this in Power point so how to reflect & update automatically when i update the data in file then 2nd system this auto update in PPT
I try to do this Chart But Data is huge so i am not able to do in this chart so i take only few data & in next sheet all data kept so please tell me how to prepare dashboard & update automatic when update in excel file
I found Refresh Slide show Code but please tell me how to refresh data automatically
Code:
Sub RefreshSlide()
Dim lSlideIndex As Long
lSlideIndex = SlideShowWindows(1).View.CurrentShowPosition
SlideShowWindows(1).View.GotoSlide lSlideIndex
End Sub