欢迎访问服务器技术网-www.fuwuqijishu.com

在线急等:需要把几万字的word文字按照如下格式批量转换为excel,请问如何批量操作?

软件 fuwuqijishu 2年前 (2022-10-01) 10次浏览 0个评论 扫描二维码

关于在线急等:需要把几万字的word文字按照如下格式批量转换为excel,具体如见图片。请问如何批量操作?word格式

excel格式

的问题

1。新建Excel工作簿,把Word文件粘贴到Sheet1的A列里;
2。按“Alt F11”调出VBA编辑器,在“ThisWorkbook”上点“右键—-插入—-模块”;
3。把下列代码粘贴进去,关闭VBA编辑器;
Sub?Macro1()
????Sheets(“Sheet2”)。
Select
????Columns(“B:B”)。Select
????With?Selection
????????。HorizontalAlignment?=?xlGeneral
????????。
VerticalAlignment?=?xlCenter
????????。WrapText?=?True
????????。Orientation?=?0
????????。
AddIndent?=?False
????????。IndentLevel?=?0
????????。ShrinkToFit?=?False
????????。ReadingOrder?=?xlContext
????????。
MergeCells?=?False
????End?With
????js1?=?1
????js2?=?1
????Sheets(“Sheet1”)。
Select
????Do?While?Cells(js1,?1)?
Sub Macro1()
Sheets(“Sheet2”)。Select
Columns(“B:B”)。
Select
With Selection
。HorizontalAlignment = xlGeneral
。VerticalAlignment = xlCenter

WrapText = True
。Orientation = 0
。AddIndent = False
。IndentLevel = 0

ShrinkToFit = False
。ReadingOrder = xlContext
。MergeCells = False
End With
js1 = 1
js2 = 1
Sheets(“Sheet1”)。
Select
Do While Cells(js1, 1) 追问 : 好复杂啊。。我怕我搞不定。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2618.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900