Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to write a macro which goes to a certain column in one workbook,
copies numerous rows of data, and pastes the data in another workbook. How do I select more than one cell at a time? I have seen the Range line read ("A54:A68") before, but how do I select more than one cell that is not specified? For example, I use Control+F to find a particular reference in one workbook. I use Offset to move down a certain number of rows and over a certain number of columns. I then want to select the data in the active cell and the next 14 rows, copy the selected data, and paste in another workbook. I can't use cell references (like "A54:A68"), because the 15-row data appears at different places within the same column ("A54:A68", "A139:A153", etc.). Thanks. Let me know if I need to explain again. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste data of a cell to another cell by just selecting the source | Excel Programming | |||
Excel 2007 single cell selecting muliple cell | Excel Worksheet Functions | |||
Selecting a cell entry based on cell validation selection | Excel Worksheet Functions | |||
Transfer cell values to another cell by selecting button. | Excel Worksheet Functions | |||
enter text in cell just by selecting cell | Excel Programming |