Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm an Access Programmer using automation to send Access data to Excel
I have seven named Ranges accepting Access data. I want to copy & paste the data (no formulas here) They will be used to find a true Average of the seven Ranges My code is.. Sheets("110-210").Select: Range("SOne").Select: Selection.Cop Sheets("350-450").Select: Range("TOne").Clear: Range("TOne").Selec ActiveSheet.Past If fails at "ActiveSheet.Paste" "TOne" has 12 Cells as does "SOne" Maybe the "Range("TOne").Select" is the problem TIA - Bo |
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 | |||
Simple copy paste question | Excel Programming | |||
Help! What's wrong with this simple copy and paste | Excel Programming | |||
Simple copy and paste | Excel Programming |