Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This copies the range once:
Sheets("Sheet1").Range("B3:P3").Copy Sheets("Sheet3").Rows(8) This copies the range repeatedly to the end of the row: Sheets("Sheet1").Range("B3:Q3").Copy Sheets("Sheet3").Rows(8) Why? Is there a limit of 15 columns? -- WinXP - Office2003 (Italian) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Strange thing when copying a range !! | Excel Programming | |||
Strange thing when copying a range !! | Excel Programming | |||
VLOOKUP formula results strange after copying down | Excel Worksheet Functions | |||
Strange Occurrence Copying Formula | Excel Discussion (Misc queries) | |||
Strange conditional copying of spread sheet?? | Excel Programming |