A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Sheet names with spaces should be enclosed in single quotes:
ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _
"'YYYYMM Billing'!R1C1:R500C47", Version:=xlPivotTableVersion10). _
CreatePivotTable TableDestination:="'Pivot Billing'!R2C2", TableName:= _
"PivotTable2", DefaultVersion:=xlPivotTableVersion10