VBA save an object

  • Thread starter Thread starter Samaritan
  • Start date Start date
S

Samaritan

Hello all

May I trouble your collective wisdom?

I need to write a VBA macro that automatically saves to file an object that
has already been embedded into the same spreadsheet.

Let us call it object 6699 on sheet1 of master.xls. The final file needs to
become c:\filename.mp3

I just can't figure out how to do it.

Anyone care to have a stab at it? I'd be most grateful

Best

Sam
 
As far as I'm aware of this isn't possible!

I just could imagine that you'd copy the object to the clipboard (that
should be possible in code) and then grab it manually, e.g. paste a picture
into Paint or PowerPoint.

Everyone agrees with me?
Peter
 

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