Irfaan Kahan
New Member
- Joined
- Mar 29, 2011
- Messages
- 4
Hello All
I'm a VBA amateur, but am familiar with the (very) basics. Currently, I'm trying to copy a data range (table values) from one workbook to another. The problems I'm having are as follows:
1. I need to copy only the non - blank cells within a given range I specify.
2. I need to then paste these values into an identical table in another workbook. However, I must begin the paste procedure at the first blank row in the second workbook.
I've been googling for a few hours now with no luck (close - but no cigar) - and being a noob the excel help file is a little over my head.
I don't have a problem opening workbooks or copying and pasting in general using vb, but this specific problem has me in a bit of bother.
Thank you in advance
I'm a VBA amateur, but am familiar with the (very) basics. Currently, I'm trying to copy a data range (table values) from one workbook to another. The problems I'm having are as follows:
1. I need to copy only the non - blank cells within a given range I specify.
2. I need to then paste these values into an identical table in another workbook. However, I must begin the paste procedure at the first blank row in the second workbook.
I've been googling for a few hours now with no luck (close - but no cigar) - and being a noob the excel help file is a little over my head.
I don't have a problem opening workbooks or copying and pasting in general using vb, but this specific problem has me in a bit of bother.
Thank you in advance