View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default Getting info from the clipboard

I believe this clipboard information is stored as binary. AFAIK, there isn't
anything in Excel dealing with it.

It's a matter of learning from Excel SDK and applying. There are some
articles out there on BIFF (Excel's file format)

You may get lucky searching the web for "BIFF" and "clipboard"


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"DredanZyl " wrote in message
...
Is it possible to query the Clipboard in Excel VBA? I want to check the
clipboard to see if the last item copied is an Excel range. Then I want
to check the size of that range (how many rows and columns). How can I
do this?


---
Message posted from http://www.ExcelForum.com/