Greetings, How can i change below code to be dynamic range?
Sub Pivot_Data()
'
' Pivot_Data Macro
'
'
Range("A1").Select
Selection.CurrentRegion.Select
ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _
"Sheet1!R1C1:R34093C8"...