Tô màu nền vàng nhạt chỉ cho các ô chứa công thức mảng.(Đề bài tìm ra trong khi tìm tài liệu cho SpecialCells)
Sub Highlight_Arrays()
Dim cell As Range
For Each cell In Selection.SpecialCells(xlFormulas)
If cell.HasArray Then cell.Interior.ColorIndex = 6
Next cell
End Sub
danh=GET.CELL(49,INDIRECT("rc",FALSE))
Formula is=danh
Array =GET.CELL(49+NOW()*0,A1)