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

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

VBA批量給工作簿重命名

2023-06-11 01:11 作者:哈哈0000zero  | 我要投稿

Sub GetFiles()

? ? Dim strPath As String, strFileName As String, k As Long

? ? With Application.FileDialog(msoFileDialogFolderPicker)

? ? ? ? If .Show Then strPath = .SelectedItems(1) Else: Exit Sub

? ? ? ? '獲取用戶(hù)選擇的文件夾的路徑,如果未選取,則退出程序

? ? End With

? ? If Right(strPath, 1) <> "\" Then strPath = strPath & "\"

? ? Application.ScreenUpdating = False

? ? Range("a:b").Clear: k = 1

? ? '清除A:B列的所有

? ? Cells(1, 1) = "舊文件名": Cells(1, 2) = "新文件名"

? ? strFileName = Dir(strPath & "*.xls*")

? ? Do While strFileName <> ""

? ? ? ? k = k + 1

? ? ? ? Cells(k, 1) = strPath & strFileName

? ? ? ? strFileName = Dir

? ? Loop

? ? Application.DisplayAlerts = True

End Sub




Sub ChangeFileName()

? ? Dim r, i As Long

? ? r = Range("a1").CurrentRegion '數(shù)據(jù)裝入數(shù)組

? ? For i = 2 To UBound(r)

? ? '標(biāo)題行不要,從數(shù)組第二行開(kāi)始遍歷

? ? ? ? Name r(i, 1) As r(i, 2) 'Name語(yǔ)句重命名

? ? Next

? ? MsgBox "更名完成。"

End Sub


VBA批量給工作簿重命名的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
定结县| 如东县| 泰宁县| 贵定县| 拉萨市| 高州市| 克拉玛依市| 安图县| 昭苏县| 陆丰市| 米泉市| 玉林市| 甘肃省| 郴州市| 茶陵县| 开封县| 横峰县| 无极县| 昌平区| 林甸县| 贵阳市| 休宁县| 永平县| 丰镇市| 克拉玛依市| 邵东县| 南丰县| 康定县| 阿克| 平和县| 水城县| 隆子县| 柞水县| 佛坪县| 葫芦岛市| 馆陶县| 比如县| 金平| 砚山县| 观塘区| 旅游|