|
查看权限: |
需要 [年费会员] 级别以上才能查看。
|
发布时间: |
2023-03-11 15:07:46
|
信息简介: |
Private Sub CommandButton1_Click()
Dim 文件夹选择框 As FileDialog, 操作目标 As Variant, 文档对象 As Document
Set 选择器 = Application.FileDialog(msoFileDialogFilePicker) '允许多选
选择器.AllowMultiSelect = True
选择器.Show
For Each 操作目标 In 选择器.
|
|