09-12-2011, 12:44 PM
Ankesh,
Thanks for asking,
It is working,I gave 3 for loops according to the worksheet,like this,
Thank you
Uma
Thanks for asking,
It is working,I gave 3 for loops according to the worksheet,like this,
Code:
For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count
.......
Next
For intRow = intStartRow to xlWrksht1.UsedRange.Rows.Count
.....
Next
For intRow = intStartRow to xlWrksht2.UsedRange.Rows.Count
......
Next
Thank you
Uma