let say you have a merge cells A1:C1 then for extracting the data from this you can code it like this.
Code:range("A1:C1").areas(1).cells(1,1)
Regards
Prince
let say you have a merge cells A1:C1 then for extracting the data from this you can code it like this.
Code:range("A1:C1").areas(1).cells(1,1)
Regards
Prince
Last edited by bakerman; 11-20-2013 at 03:27 PM. Reason: codetags added
Bookmarks