Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to copy data from 1 worksheet and paste it in a
different worksheet. the range will always start with cell C3 and end with a cell in column I. The number of rows vary. How can I accomplish this? Here's what i have so far: Dim lngLastRow As String Dim myStartColumn, myEndColumn As String lngLastRow = myDataSheet.UsedRange.Rows.Count myStartColumn = 3 myEndColumn = myStartColumn + 7 ??? Any help will be appreciated. MDC |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying a Range of Cells having data only | Excel Worksheet Functions | |||
Copying rules set on a range of cells | Excel Worksheet Functions | |||
Copying A Range of Cells to Another Worksheet | Excel Discussion (Misc queries) | |||
Problem copying formula to range of cells | Setting up and Configuration of Excel | |||
How do I skip blank cells when copying over a range of cells? | Excel Discussion (Misc queries) |