View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Akihito Yamashiro[_2_] Akihito Yamashiro[_2_] is offline
external usenet poster
 
Posts: 14
Default error trying to use GetFromClipboard

To use MSFORMS.DATAOBJECT,
You should insert a user-form , once you have inserted a user-form,
you may remove it.
Creating a user-form causes making a referrence to MSFORMS Library.

Or you can use MSFORMS.DATAOBJECT without refferencing the library.
See my site : http://akihitoyamashiro.com/en/VBA/L...DataObject.htm
about that.