LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default userform image from picture in worksheet

I've moved on from tic-tac-toe and am now creating a concentration game on a
userform. The form has a bunch of Image controls. I change the pictures
(.wmf) using the LoadPicture method. It works fine when I load the clip
from a file. However, I was hoping to store all the clips in the same
workbook as the form and load them from there. LoadPicture doesn't seem to
work, which makes sense. I then tried something like:

Image1.Picture = thisworkbook.worksheets("birds").shapes("birds1")

but if this is possible, I haven't found the right syntax.

I remembered John W.'s cut and paste method into the properties picture box
and that works, but I need to do it during runtime. I've read of, but
haven't tried, Stephen Bullen's clipboard method. I'll try that next but
first I thought I'd ask the group for any suggestions.

Thanks,

Doug


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Drawing/image/picture not visible in Excel on one pc Amedee Van Gasse Excel Discussion (Misc queries) 1 January 26th 09 03:30 PM
Hyperlink to an image in other worksheet, displaying entire image. twilliams Excel Worksheet Functions 0 February 7th 06 10:02 PM
Charts to Image or Picture? Bill Elerding Charts and Charting in Excel 2 May 5th 05 12:54 PM
How do copy text from a picture/image & make it available for edi. copy text from image to excel Excel Discussion (Misc queries) 2 March 18th 05 04:35 PM
VBA : A picture from http://.../Image.gif VUILLERMET Jacques Excel Programming 2 October 1st 03 09:24 PM


All times are GMT +1. The time now is 03:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"