I'm looking for some help on (hopefully) a fairly simple vba code.
I have a long list (600+) with only 2 columns: Flowers in A, quantity in B
Here's an excerpt of Sheet1:
Rose 15
Lilac 8
Geranium 5
Tulip 20
Syringa 4
Daffodil 15
I need to move the rows with "Lilac" to Sheet2. It should be a cut and move, so the entire Lilac row will disappear from Sheet1.
Here's my problems:
1) "Lilac" is often labelled as "Syringa" (it's scientific name). So I need the vba code to identify both criteria.
2) When moving to Sheet2, it should be pasted from Row 10 down. The space above I want to reserve for some graphics and logos.
I know I can filter, cut and paste, but I'm seeing this as a great learning opportunity.
Thanks in advance!!
I have a long list (600+) with only 2 columns: Flowers in A, quantity in B
Here's an excerpt of Sheet1:
Rose 15
Lilac 8
Geranium 5
Tulip 20
Syringa 4
Daffodil 15
I need to move the rows with "Lilac" to Sheet2. It should be a cut and move, so the entire Lilac row will disappear from Sheet1.
Here's my problems:
1) "Lilac" is often labelled as "Syringa" (it's scientific name). So I need the vba code to identify both criteria.
2) When moving to Sheet2, it should be pasted from Row 10 down. The space above I want to reserve for some graphics and logos.
I know I can filter, cut and paste, but I'm seeing this as a great learning opportunity.
Thanks in advance!!