rt error 1004

J

JMay

The below is a result of performing the Record Macro sys. But when I
run it again -- I get a r/t error 1004; Any ideas?
TIA,
Jim

Code:
Sub Macro3()
'
' Macro3 Macro
'

'
Range("A5").Select
ActiveSheet.PivotTables("PivotTable2").PivotFields("Report Description
Caption" _
).PivotFilters.Add Type:=xlCaptionBeginsWith, Value1:="LGMC"
Range("A5").Select
End Sub
[/code]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top