Hi,
Is it possible to find the first row or column of a merged cell using code in VBA?
Thanks
Printable View
Hi,
Is it possible to find the first row or column of a merged cell using code in VBA?
Thanks
have a look at the .address or .column/.row properties
Vince