Hi All
I am using Excel 2007 and have a simple enough macro to paste data in to another sheet - simple is what I do best. :)
Sub Macro1()
'
' Macro1 Macro
With Sheets("data")
.Range("B3").PasteSpecial xlPasteAll
End With
End Sub
I am wanting to change this so that before it pastes any data...