Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have two image controls on my form. One of them (a) has a picture bu not the other (b). When I click on the second image (b), I want t transfert the picture from the first control (a) to the second (b) Here is my code : Set a.Picture = Nothing b.Picture = LoadPicture("C:\Pic.bmp") But when the transfer is finished, the picture on the second contro (b) disappears. :( How can I keep this picture visible? thx! P.S.:_When_I_debug_this,_the_picture_remain_in_the _control_(b)_:confused ![]() -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drawing/image/picture not visible in Excel on one pc | Excel Discussion (Misc queries) | |||
Excel 2007: picture not visible on screen, but prints | Excel Discussion (Misc queries) | |||
Making visible a picture | Excel Discussion (Misc queries) | |||
Autoshapes not visible on spreadsheet but visible in print preview | Excel Discussion (Misc queries) | |||
Toggle Text in a column to be visible or not visible | Excel Programming |