Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Show picture

I wont when I click item on List1 to have view of picture in Image 1.
Where I am mistaken.



Private Sub list1_Click()
Dim ImgPath
If list1.ListIndex = -1 Then Exit Sub
ImgPath = list1.List
Image1.Picture = StdFunctions.LoadPicture(ImgPath)


regards
Lopar


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 139
Default Show picture

Ivica:

replace Code

ImgPath = list1.Value

--
天行健,君*以自強不息
地勢坤,君*以厚德載物

http://www.vba.com.tw/plog/


"Ivica Lopar" wrote:

I wont when I click item on List1 to have view of picture in Image 1.
Where I am mistaken.



Private Sub list1_Click()
Dim ImgPath
If list1.ListIndex = -1 Then Exit Sub
ImgPath = list1.List
Image1.Picture = StdFunctions.LoadPicture(ImgPath)


regards
Lopar



Reply
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
Can I use an IF statement to show a picture? Mikey C Excel Discussion (Misc queries) 3 May 21st 07 06:21 PM
EXCEL won't show picture Doogie Excel Discussion (Misc queries) 0 April 6th 07 09:40 PM
Declear which picture I want to show and not?! petterss Excel Discussion (Misc queries) 0 August 11th 06 10:35 AM
Declear which picture I want to show and not?! petterss Excel Worksheet Functions 0 August 11th 06 10:31 AM
Picture show in image1 Ivica Lopar Excel Programming 6 November 13th 05 09:57 PM


All times are GMT +1. The time now is 11:48 AM.

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"