Embedded pictures

  • Thread starter Thread starter kirkm
  • Start date Start date
K

kirkm

Can you embed graphics into Excel.

So rather than point to a image file on the hard drive
you could use a picture which would
be included in the .xls file?


Thanks - Kirk
 
Yes.

Insert>Picture>From File

Save the workbook and picture will save with it.


Gord Dibben MS Excel MVP
 
Yes.

Insert>Picture>From File

Save the workbook and picture will save with it.


Gord Dibben MS Excel MVP

I think I see what you mean,. but I'm trying a use an
existing Form & code which already has -

frmLabel.Picture = LoadPicture("filename')

and, for example,

frmLabel.Picture = frmLabel.Image1

doesn't work.

Can I use the frmLabelPicture = method with a picture
stored in Excel?

Thanks - Kirk
 

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

Similar Threads


Back
Top