Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to do a simple copy and paste in my userform
and it keeps giving me an error. Here is my code. I am using it, to paste current values as past values for the next user. Here is my current code. Worksheets("Report").Range("D48").Select Selection.Copy Sheets("Inputs").Select Range("M16").Select Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple Macro - I think... Copy - Paste on Click | Excel Discussion (Misc queries) | |||
Line copy - Not just a simple copy paste | Excel Worksheet Functions | |||
How to write a simple copy-paste macro? | New Users to Excel | |||
Help! What's wrong with this simple copy and paste | Excel Programming |