商业软件界面上只需做如下操作
1.条码输出后
2.按下回车,回调转到录入库存的位置
3再输入库存数量
4接着按下下键
回到下一行继续重复上面步骤1234直到条码和对应的库存数量录入完毕结束?
如何按键精灵把excel表A列13位条码B列库存数量自动录入到商业软件中?
答案:2 悬赏:70 手机版
解决时间 2021-12-22 04:07
- 提问者网友:孤凫
- 2021-12-21 19:17
最佳答案
- 五星知识达人网友:逐風
- 2021-12-21 20:12
Call Plugin.Office.OpenXls("d:\11.xls")
Do
a=a+1
txt1 = Plugin.Office.ReadXls(1, a, 1)
If txt1 = "" Then
Exit Do
MsgBox "finish!"
End If
txt2 = Plugin.Office.ReadXls(1, a, 2)
SayString txt1
Delay 50
KeyPress 13, 1
Delay 50
SayString txt2
Delay 50
KeyPress 40, 1
Delay 50
Loop
Call Plugin.Office.CloseXls()
Do
a=a+1
txt1 = Plugin.Office.ReadXls(1, a, 1)
If txt1 = "" Then
Exit Do
MsgBox "finish!"
End If
txt2 = Plugin.Office.ReadXls(1, a, 2)
SayString txt1
Delay 50
KeyPress 13, 1
Delay 50
SayString txt2
Delay 50
KeyPress 40, 1
Delay 50
Loop
Call Plugin.Office.CloseXls()
全部回答
- 1楼网友:平生事
- 2021-12-21 20:28
搜一下:如何按键精灵把excel表A列13位条码B列库存数量自动录入到商业软件中?
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯