I have an issue with the clipboard, error message: Assign: Error en OpenClipboard (0x800401D0 (CLIPBRD_E_CANT_OPEN))
I need to create a txt file by copy and paste a table from excel(I need the table on the that particular format), but i cant do it on background mode, does anybody know how can i get access to the clipboard on background?
Does this error always occur?
If not, it might be caused by confliction with another process which uses clipboard.
How about using it with Retry Scope?