开通会员
- 尊享所有功能
- 文件大小最高200M
- 文件无水印
- 尊贵VIP身份
- VIP专属服务
- 历史记录保存30天云存储
恭喜你有了解决办法。
或者如果你电脑有pdf虚拟打印机的话,你可以不用安装另外的插件,用pdf打印机直接打印即可:
appword.activeprinter = "cutepdf writer" '选择pdf打印机
appword.printout
你的代码可以用的。
sub test()
dim i
dim wrd as range
i = selection.font.colorindex
for each wrd in activedocument.words
if wrd.font.colorindex <> i then wrd.copy
saveastxtfile '调用saveastxtfile
next wrd
end sub
sub saveastxtfile()
const 指定文件名 = "autosave01.txt"
documents.add template:="normal", newtemplate:=false, documenttype:=0
selection.pastespecial link:=false, datatype:=wdpastetext
activedocument.saveas2 filename:=指定文件名, fileformat:=wdformattext, encoding:=936
activedocument.close
end sub
连续签到7天
获得积分+10
明天签到可得10积分
扫描二维码,添加客服微信