Ok,
just on the off chance, here is my code - I'm not sure how to get bold text in these forums, but the error is about half way down, at the Addfields section:
Sub Macro2()
'
' Macro2 Macro
' Macro recorded 10/07/2001 by EBMS.Support
'
' Keyboard Shortcut: Ctrl+s
'
With ActiveSheet.QueryTables.Add(Connection:= _
"FINDER;X:\EBMS_Q\Future Event Services.dqy", Destination:=Range("A1"

)
.Name = "Future Event Services"
.FieldNames = True
.RowNumbers = False
.FillAdjacentFormulas = False
.PreserveFormatting = True
.RefreshOnFileOpen = False
.BackgroundQuery = True
.RefreshStyle = xlInsertDeleteCells
.SavePassword = True
.SaveData = True
.AdjustColumnWidth = True
.RefreshPeriod = 0
.PreserveColumnInfo = True
.Refresh BackgroundQuery:=False
End With
Cells.Select
ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatabase, SourceData:= _
"Sheet1!C1:C3"

.CreatePivotTable TableDestination:=Range("D1"

, TableName:= _
"Future Services"
ActiveSheet.PivotTables("Future Services"

.SmallGrid = False
ActiveSheet.PivotTables("Future Services"

.PivotCache.RefreshOnFileOpen = True
ActiveSheet.PivotTables("Future Services"

.AddFields RowFields:= _
"EV200_EVT_DESC", ColumnFields:="ER101_DESC"
ActiveSheet.PivotTables("Future Services"

.PivotFields("ER101_RES_QTY"

. _
Orientation = xlDataField
ActiveWindow.ScrollColumn = 9
ActiveWindow.ScrollColumn = 1
ActiveWindow.ScrollColumn = 15
ActiveSheet.PivotTables("Future Services"

.PivotFields("Count of ER101_RES_QTY" _
).Function = xlSum
ActiveWindow.ScrollColumn = 15
ActiveWindow.ScrollColumn = 1
ActiveSheet.PivotTables("Future Services"

.RefreshTable
Application.CommandBars("PivotTable"

.Visible = False
End Sub
maybe if you could tell me how to have bold text I can then post it to someone on the VB forum!
thanks for all your help
Matt