Thread
:
Easier Way to do it?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Kurt Barr
external usenet poster
Posts: 25
Easier Way to do it?
Is there an easier or more logical way to write this code?
Sheets("Form Data").Range("C3").Copy
Sheets("New Deal Data").Range("AA5").PasteSpecial
Paste:=xlPasteFormulas, Operation:=xlNone, _
SkipBlanks:=False, Transpose:=False
Reply With Quote
Kurt Barr
View Public Profile
Find all posts by Kurt Barr