vba excel, get start range and end range of a vertically merged cell
Posted
by vbauser
on Stack Overflow
See other posts from Stack Overflow
or by vbauser
Published on 2010-06-01T15:32:48Z
Indexed on
2010/06/01
15:33 UTC
Read the original article
Hit count: 184
excel-vba
Hi.. actually my question is just like the title says.. i need to find out the first cell and the last cell of a vertically merged cell..
lets say i merge the Cells B2 down to B50 how can i get in VBA the start cell(=B2) and the end cell(=B50) ?
thanks a lot
© Stack Overflow or respective owner