HI,
I have the following code that i am using. It works when i do step by step but when i try to auto do it, it comes up with a blank screen.
Sub Second_Pivot()
'
' Pivot2 Macro
'
'
Sheets("Pivot1").Select
Columns("A:C").Select
Selection.Copy
Sheets("Pivot2").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False '
End Sub
Any help would be appreciated
I have the following code that i am using. It works when i do step by step but when i try to auto do it, it comes up with a blank screen.
Sub Second_Pivot()
'
' Pivot2 Macro
'
'
Sheets("Pivot1").Select
Columns("A:C").Select
Selection.Copy
Sheets("Pivot2").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False '
End Sub
Any help would be appreciated