Re: Is it possible to clear the office clipboard?!
- From: "Yair Altman" <altmanyDEL@xxxxxxxxxxxxxxx>
- Date: Sun, 27 May 2007 04:22:04 -0400
Wagner Carvalho wrote:
I am trying to create a function to export figures from MATLAB to
word document. That would help a lot to create the documentation of
any analisys.
Till now, i was able to make it work using ActiveX session with
microsoft word. It goes like this, for example:
%start activex session
wordServer = actxserver('Word.Application');
%copy figure from Matlab
print -dmeta;
%paste figure on word document
invoke(wordServer.Selection,'Paste');
The problem is that i have to paste more them 300 figures. After
repeat the "print -dmeta" command 150 times the Office clipboard
becomes full and it starts to paste the last figure. It start to
repeat the last figure.
I would like to know if there is a command that clears the Office
clipboard?! Does anyone know how to do this?!?!
Thanks
Read <http://support.microsoft.com/kb/221190>
"...There is no Visual Basic for Applications object model for the
Office Clipboard, so there is no way to programmatically manipulate
it."
Yair Altman
.
- References:
- Is it possible to clear the office clipboard?!?!
- From: Wagner Carvalho
- Is it possible to clear the office clipboard?!?!
- Prev by Date: Re: Another vectorization problem..
- Next by Date: sell air nike jordan puma shoes watch jean clothes t-shirts bag ipod mp4 golf mobile phones
- Previous by thread: Is it possible to clear the office clipboard?!?!
- Next by thread: Stand alone application
- Index(es):
Relevant Pages
|