Thread
:
Replace worksheet name with a variable
View Single Post
#
2
Posted to microsoft.public.excel.programming
mudraker[_153_]
external usenet poster
Posts: 1
Replace worksheet name with a variable
change
"Raw_Data!R1C1:R884C59").CreatePivotTable
to
RAWDATANAME = "raw_data"
RAWDATANAME & "!R1C1:R884C59").CreatePivotTable
---
Message posted from
http://www.ExcelForum.com/
Reply With Quote
mudraker[_153_]
View Public Profile
Find all posts by mudraker[_153_]