Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a range object which covers multiple columns and multiple rows. The first row of the range object contains Header information so its just basically text, but I want to be able to copy the data underneath the headers. My Range object is called NewGLData and I want to copy everything in the second column excluding the first row? How can I do this? I tried using something like this: NewGLData(Columns(2)).Select Selection.Copy But I kept receiving a Type Mismatch error, if you have any advice as to how I can overcome this, that would be great. Thanks. Simon |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Defining a range as a subset of cells in another range | Excel Programming | |||
Trying to set a pivot field to a subset of values listed in range of cells | Excel Programming | |||
How to enter symbols for subset or element of a subset in Excel? | Excel Worksheet Functions | |||
How do I copy a filtered subset of data to another worksheet? | Excel Discussion (Misc queries) | |||
create a subset range in a VBA UDF | Excel Programming |