如何将vba代码直接转换为ahk呢?

直接用ahk运行下面的vba代码

Sub 粘贴格式文本()
With Selection
.CopyFormat
.PasteAndFormat (wdFormatSurroundingFormattingWithEmphasis)
.PasteFormat
With .Find
.Text = ” ”
.Replacement.Text = “”
.Forward = True
.Wrap = wdFindStop
.Execute Replace:=wdReplaceAll
End With
End With
End Sub

而不是引用宏
!a::ComObjActive(“word.application”).run(“粘贴格式文本”)

论坛管理 管理员

热门评论
:
该帖子评论已关闭
图片审查中...
编辑答案: 我的回答: 最多上传一张图片和一个附件
x
x
个人中心
购物车
优惠劵
有新私信 私信列表
搜索