![]() |
![]() |
|
|||||||
| 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 |
|
Guest
Posts: n/a
|
How do you select a range , say b1:g1, & copy & paste it (and the formulas) to into b2:g2.
|
|
|
|
#2 | |
|
Board Regular
Join Date: Feb 2002
Location: Chippenham, UK
Posts: 136
|
Quote:
Range("B1:G1").Select Selection.Copy Range("B2").Select ActiveSheet.Paste End Sub
__________________
Regards, Gary Hewitt-Long |
|
|
|
|
|
|
#3 | |
|
Guest
Posts: n/a
|
Quote:
You can get the code to do this by using the macro recorder. |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|