Hi all,
I am working on creating a queue from a web-based application. It was not possible to use 'Get Table', so instead I am using 'Get HTML' and storing this in a Text type Data item. After this, I want to copy this into an Excel, to get a list of numbers that I can then populate my queue with. However, I don't seem to be able to paste the data. I am using the standard MS Excel VBO, with the following sequence of actions:
- Create Instance
- Create Workbook
- Create Worksheet
- Write to Clipboard
So far so good, this all works and I know that the data is in my clipboard because if I go to Excel manually at this point I can paste the data.
Then I use the 'Paste' action from MS Excel VBO, and it keeps giving the following error message: 'Failed to paste from clipboard: PasteSpecial method of Range class failed'.
Can anyone help me solve this? I have already tried the following things:
- Activate workbook/worksheet/both before attempting to paste
- Leaving out the 'Create Worksheet' action
- Showing the Excel before attempting to paste
- 'Values only' input parameter 'True' and 'False'
Thanks for your help!