Hi everyone,
I'm facing an issue with my code, when I try to save a string into a variable from SAP, first I copy that value(is a grid so the only way that I found to get the value is copying it) and then i save it into my variable.
When I use "GetText" most of the user of this tool are facing this issue (but not all of them, I don't know why):
When I jump into the debugger mode and I press F5 the tool continue and works properly, so I think that it's a configuration problem or something like that.
Here is the part of the code where I do this (the code is too long to share and also include SAP script that are not related):
'save the quantity of errors
Dim DataObj As New MSForms.DataObject
DataObj.GetFromClipboard
error_qty = DataObj.GetText
Do you have any idea where my code is failing or what kind of configuration could be generating this bug?
Thanks in advance
I'm facing an issue with my code, when I try to save a string into a variable from SAP, first I copy that value(is a grid so the only way that I found to get the value is copying it) and then i save it into my variable.
When I use "GetText" most of the user of this tool are facing this issue (but not all of them, I don't know why):
When I jump into the debugger mode and I press F5 the tool continue and works properly, so I think that it's a configuration problem or something like that.
Here is the part of the code where I do this (the code is too long to share and also include SAP script that are not related):
'save the quantity of errors
Dim DataObj As New MSForms.DataObject
DataObj.GetFromClipboard
error_qty = DataObj.GetText
Do you have any idea where my code is failing or what kind of configuration could be generating this bug?
Thanks in advance