最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

vba Word表格批量刪除含有某一字符的指定行

2021-01-28 15:48 作者:北阪有桑123  | 我要投稿

Sub del_key()

? ? Dim str As String

? ? Dim table_count, i, j, table_lie As Integer

? ? str = "年度"

? ? table_count = ActiveDocument.Tables.Count

? ? For i = 1 To table_count

? ? ? ? table_lie = ActiveDocument.Tables(i).Rows.Count

? ? ? ? For j = 1 To table_lie

? ? ? ? ? ? If InStr(ActiveDocument.Tables(i).Cell(1, j), str) > 0 Then

? ? ? ? ? ? ? ? ActiveDocument.Tables(i).Cell(1, j).Select

? ? ? ? ? ? ? ? Selection.Rows.Delete

? ? ? ? ? ? ? ? With ActiveDocument.Tables(i)

? ? ? ? ? ? ? ? ? ? .PreferredWidthType = wdPreferredWidthPercent

? ? ? ? ? ? ? ? ? ? .PreferredWidth = 110

? ? ? ? ? ? ? ? ? ? End With

? ? ? ? ? ? ? ? End If

? ? ? ? ? ? Next

? ? ? ? Next

End Sub


/**/

我是刪除的所有表格中含有年度的那一行

vba Word表格批量刪除含有某一字符的指定行的評論 (共 條)

分享到微博請遵守國家法律
浑源县| 南城县| 保德县| 台中市| 宁晋县| 钦州市| 吉林市| 江安县| 富裕县| 崇信县| 莆田市| 响水县| 新昌县| 京山县| 三江| 五莲县| 江安县| 云南省| 威海市| 朝阳区| 永靖县| 双江| 扎赉特旗| 罗平县| 武强县| 玉环县| 阜城县| 呼和浩特市| 土默特左旗| 自贡市| 台前县| 涞水县| 郧西县| 宜州市| 涟源市| 石景山区| 福清市| 香格里拉县| 康乐县| 莱芜市| 洪洞县|