- Luis Pesaressi
- Beta Testing
- Saturday, 3 October 2020 12:46 PM UTC
HI, I try the PB 2019 R3 Build 2556 Runtime 19.2.0.2556
before install this version this code work
oleobject loo_excel
loo_excel = create oleobject
ll_rc=loo_excel.connecttonewobject("excel.application")
loo_excel.visible=false
//
loo_excel.workbooks.open(st_3.text)
//
loo_excel.activecell.currentregion.select()
loo_excel.selection.copy()
dw_1.importclipboard(2)
clipboard("")
loo_excel.Application.Activeworkbook.close(false)
loo_excel.Application.Quit()
loo_excel.disconnectobject()
destroy loo_excel
Somebody know what is the NEW change that make this code not work, because before with the PB2019 R2 this code work
Thanks
Luis
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.