[求助]列Cols使用有个不解的地方 Post By:2013/4/1 9:32:00 [显示全部帖子]
帮助文档1455页:
Dim Val AsString = RibbonTabs("功能区1").Groups("功能组1").Items("工具栏1").Items("StringToFind").Text
Dim Index AsInteger
WithCurrentTable
Index = .FindRow(.Cols(.ColSel).Name & " = '" & Val & "'", .Position + 1,True) If Index >= 0Then
.Position = Index EndIf
EndWith