Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
for example ,if column A in row 1 ,2 ,3 was merged into one row .
There is only A1 left ,no A2 or A3 anymore. But how to know A1 was originally merged from row 1,2,3. THANKS! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The MergeCells property returns True if the range contains merged cells.
Sub testit() MsgBox Range("A1").MergeCells MsgBox Range("A1").MergeArea.Address End Sub Rob "smallville" wrote in message ... for example ,if column A in row 1 ,2 ,3 was merged into one row . There is only A1 left ,no A2 or A3 anymore. But how to know A1 was originally merged from row 1,2,3. THANKS! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Two rows merged on every print out | Excel Discussion (Misc queries) | |||
How to sort with merged rows | New Users to Excel | |||
Freeze objects in column with merged rows | Excel Discussion (Misc queries) | |||
Chart with merged rows | Charts and Charting in Excel | |||
Can I set a filter for a merged column across multiple rows and o. | Excel Worksheet Functions |