Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要我的表格所在的单元格的范围(地址),例如:
Column = Range(table_NB.DataBodyRange(1, 1))
你有正确的代码吗?
要获取表格中第一个单元格的地址:
MsgBox ListObjects(1).DataBodyRange.Cells(1, 1).Address