ExcelHome技术论坛

 找回密码
 免费注册

QQ登录

只需一步,快速开始

快捷登录

搜索
EH技术汇-专业的职场技能充电站 妙哉!函数段子手趣味讲函数 Excel服务器-会Excel,做管理系统 效率神器,一键搞定繁琐工作
HR薪酬管理数字化实战 Excel 2021函数公式学习大典 Excel数据透视表实战秘技 打造核心竞争力的职场宝典
让更多数据处理,一键完成 数据工作者的案头书 免费直播课集锦 ExcelHome出品 - VBA代码宝免费下载
用ChatGPT与VBA一键搞定Excel WPS表格从入门到精通 Excel VBA经典代码实践指南
查看: 3832|回复: 5

[求助] vba发送按键和设置剪贴板的问题出错,求助大侠哦

[复制链接]

TA的精华主题

TA的得分主题

发表于 2013-12-27 21:33 | 显示全部楼层 |阅读模式
想要的功能是选择 一个单元格范围如 B5:C9 ,点击发送后,所选范围的数据存入二维数组,
发送一个按键,再下面是一个循环,循环的内容是:
        设置剪贴板值为aa,发送按键ctrl+f,发送按键ctrl+v,发送按键enter
        设置剪贴板值为1,发送按键ctrl+v,发送按键enter
        设置剪贴板值为bb,发送按键ctrf+f,发送按键ctrl+v,发送按键enter
        设置剪贴板值为2,发送按键ctrl+v,发送按键enter
        设置剪贴板值为cc,发送按键ctrl+f,发送按键ctrl+v,发送按键enter
        设置剪贴板值为3,发送按键ctrl+v,发送按键enter
        ……
在运行时经常提示错误,而且发送按键有些也不准确,不知道是哪里的错误呢
运行时错误‘-2147221040(800401d0)’:
dataobject:PutInClipboard OpenClipboard失败
------------------------------------------------------------------------------------------------
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Sub send_msg()
Dim arr() As Variant, x, y As Integer, ww_name, post_num As String, my_clip As New DataObject

arr = Application.Selection                         '选择区域赋值给数组

Application.SendKeys "^%w"
Sleep 400

For x = 1 To UBound(arr, 1)

            my_clip.SetText arr(x, 1)
            my_clip.PutInClipboard

            Sleep 200

            Application.SendKeys "^f", True
            Sleep 100

            Application.SendKeys "^v", True
            Sleep 300

            Application.SendKeys "~"
            Sleep 300

            my_clip.SetText arr(x, 2)
            my_clip.PutInClipboard
            Sleep 300

            Application.SendKeys "^v"

            Application.SendKeys "~"

            Sleep 200

Next x
End Sub
------------------------------------------------------------------------------------------------------------------
发送键 剪贴板.rar (14.66 KB, 下载次数: 5)




TA的精华主题

TA的得分主题

 楼主| 发表于 2013-12-28 20:37 | 显示全部楼层
在运行时经常提示错误,而且发送按键有些也不准确,不知道是哪里的错误呢
运行时错误‘-2147221040(800401d0)’:
dataobject:PutInClipboard OpenClipboard失败

有时候行 有时候又提示出错不知道啥回事呢

TA的精华主题

TA的得分主题

发表于 2013-12-28 23:26 | 显示全部楼层
[广告] VBA代码宝 - VBA编程加强工具 · VBA代码随查随用  · 内置多项VBA编程加强工具       ★ 免费下载 ★      ★使用手册
发送 ctrl + f 想弹出查找对话框吗?

TA的精华主题

TA的得分主题

发表于 2018-7-2 14:31 | 显示全部楼层
我也碰到了同样的问题,我是把Excel里的内容copy and paste到浏览器里面,我大约隔几个月就会用到一次这样的操作,有的时候很顺畅,有的时候就发生了错乱。尝试了各种解决之道,但是没有解决。

TA的精华主题

TA的得分主题

发表于 2018-7-2 14:32 | 显示全部楼层
Dim text As String
Dim oData As DataObject
Dim IntLine As Integer

Set oData = New DataObject
oData.SetText ""
oData.PutInClipboard
ActiveCell.Activate


text = ActiveCell.Value
oData.SetText text
oData.PutInClipboard
SendKeys "^a", True
SendKeys "{DEL}", True
SendKeys "^v", True
SendKeys "{TAB}", True
SendKeys "{TAB}", True

ActiveCell.Offset(1, 0).Activate
text = ActiveCell.Value
oData.SetText text
oData.PutInClipboard
SendKeys "^a", True
SendKeys "{DEL}", True
SendKeys "^v", True
SendKeys "{TAB}", True

ActiveCell.Offset(0, 1).Activate
text = ActiveCell.Value
oData.SetText text
oData.PutInClipboard
SendKeys "^a", True
SendKeys "{DEL}", True
SendKeys "^v", True
'SendKeys "{ENTER}", True
SendKeys "{TAB}", True

ActiveCell.Offset(0, 1).Activate
text = ActiveCell.Value
oData.SetText text
oData.PutInClipboard
SendKeys "^a", True
SendKeys "{DEL}", True
SendKeys "^v", True
'SendKeys "{ENTER}", True
SendKeys "{TAB}", True

oData.Clear
Set oData = Nothing

End Sub

TA的精华主题

TA的得分主题

发表于 2018-7-2 14:47 | 显示全部楼层
哥们,我用如下链接的方法解决了这个问题
https://stackoverflow.com/questions/14738330/office-2013-excel-putinclipboard-is-different
您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

手机版|关于我们|联系我们|ExcelHome

GMT+8, 2024-12-29 19:27 , Processed in 0.021735 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 1999-2023 Wooffice Inc.

沪公网安备 31011702000001号 沪ICP备11019229号-2

本论坛言论纯属发表者个人意见,任何违反国家相关法律的言论,本站将协助国家相关部门追究发言者责任!     本站特聘法律顾问:李志群律师

快速回复 返回顶部 返回列表