gpt4 book ai didi

vba - VBA Word 中的当前行

转载 作者:行者123 更新时间:2023-12-04 22:35:09 26 4
gpt4 key购买 nike

如何 在 Word VBA 宏 中确定当前表的选择处于事件状态的行?

我已经尝试了所有变体,但都没有成功:

MsgBox Selection.Range
MsgBox Selection.Rows.Item.Index

最佳答案

我自己弄明白了:

MsgBox Selection.Information(wdEndOfRangeRowNumber)
MsgBox Selection.Cells(1).RowIndex

关于vba - VBA Word 中的当前行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8668311/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com