Getting info from the clipboard

  • Thread starter Thread starter DredanZyl
  • Start date Start date
D

DredanZyl

Is it possible to query the Clipboard in Excel VBA? I want to check th
clipboard to see if the last item copied is an Excel range. Then I wan
to check the size of that range (how many rows and columns). How can
do this
 
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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top