Hi,
I want code like following:
Which return the row index and column index of each cell in range C4:E6 as in following table:![]()
Sub RowColIndex() For Each Cll In Range("C4:E6") Cll.RowIndex Cll.ColumnIndex Next End Sub
RowColIndex.PNG
Hi,
I want code like following:
Which return the row index and column index of each cell in range C4:E6 as in following table:![]()
Sub RowColIndex() For Each Cll In Range("C4:E6") Cll.RowIndex Cll.ColumnIndex Next End Sub
RowColIndex.PNG
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks