Текущий архив: 2005.07.31;
Скачать: CL | DM;
ВнизExcel и объединенные ячейки Найти похожие ветки
← →
Квэнди © (2004-10-21 17:29) [0]Господа, подскажите пожалуйста как узнать объеденина ли ячейка X.cells[1,1] c ячейкой X.cells[1,2] ??
← →
GuAV © (2004-10-21 18:29) [1]
showmessage(WS.Range["A1"].MergeArea.Address);
showmessage(WS.Range["B1"].MergeArea.Address);
if WS.Range["B1"].MergeArea.Address="$A$1:$B$1" then
showmessage("merged");
WS.Range["A1:B1"].Merge;
showmessage(WS.Range["A1"].MergeArea.Address);
showmessage(WS.Range["B1"].MergeArea.Address);
if WS.Range["B1"].MergeArea.Address="$A$1:$B$1" then
showmessage("merged");
← →
VMcL © (2004-10-21 18:32) [2]>>Квэнди © (21.10.04 17:29)
Selection.MergeCells
?
Страницы: 1 вся ветка
Текущий архив: 2005.07.31;
Скачать: CL | DM;
Память: 0.44 MB
Время: 0.049 c