I am extracting a column with 8760 cells from an excel file to my graph in my vb application. I managed to open and close the excell sheet from my program. However, when I try to run my application I receive this message:

There is a large amount of information on the clipboard do you want to be able to paste this into to another program later?

Is there a way that I can avoid receiving this message when calling the data from the excell file?

HOW??