View Single Post
  #1   Report Post  
Ant
 
Posts: n/a
Default Can someone tell me what is wrong with this code?

With Sheets("Sheet1")
.Cells.EntireColumn.AutoFit
.Cells.Select
.Selection.Copy
.Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False
End With