![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Global Crossing
Posts: 20
|
I know this sounds almost absurd, but how do I code the macro correctly to take B2 and copy it into A3:A50?
Thanks, Aaron |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
Range("B2").copy [A3:A50] |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Location: Global Crossing
Posts: 20
|
Nope, tried that. It generates the "cut area and the paste area are not the same size and shape" message.
Any other thoughts? This will save a lot of manual work, and I appreciate it! Aaron |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
|
|
|
|
|
|
|
#5 |
|
Board Regular
Join Date: May 2002
Posts: 91
|
Range("E7").Select
Selection.Copy Range("F15:F23").Select ActiveSheet.Paste |
|
|
|
|
|
#6 |
|
New Member
Join Date: Mar 2002
Location: Global Crossing
Posts: 20
|
You, sir, are a scholar and a gentleman, and have made my day.
Thanks!! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|