View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Z[_2_] Z[_2_] is offline
external usenet poster
 
Posts: 2
Default Simple copy paste question

Hello!

I am developing a macro that begins by opening a .csv, copying all of
the data, pasting it into a worksheet, then closing the .csv file.
The problem is that it always prompts the user that there is a large
amount of data on the clipboard, etc. etc.

How can I make this message fail to appear so that the macro will run
without user intervention?

Thanks!
Z