LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Custom Properties

the ME keyword will only work in object modules.
(sheet code, userform etc)

so it's important to know WHERE your code is located

does trvMain exist?
is it a variable or a control?
does imageList1 exist?

if it's in a userform.. WHEN do you load it?
e.g. in which event..
has the form been initialized
has the form been activated
has the treeview been populated ??


hard to debug.. from a 3 line snippet :(


keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


?B?RGF2aWRX?= wrote:

Guess what....I'm now getting an 'Invalid Object' error message!
Here's the code I've added:

With trvMain
Set .ImageList = Me.ImageList1
End With

Help!!?!!

"keepITcool" wrote:

David, you'll have to bind at runtime

assuming the listimage contains an image with the key "logo"
this works for me:

Private Sub UserForm_Initialize()
With TreeView1
Set .ImageList = Me.ImageList1
.Nodes.Add , , "node1", "oops", "logo"
End With
End Sub



keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


?B?RGF2aWRX?= wrote:


Just one other question...........! Now that I've populated my
ImageList I want to bind it to my TreeView control, however, when I
access the ImageList combo on the Property page for the TreeView my
ImageList is not listed, it has only one entry in the combo, the
default <None?!





 
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
Custom Spreadsheet Properties Rod Excel Worksheet Functions 0 February 23rd 10 07:08 PM
Custom File Properties Ade Hodgetts Excel Discussion (Misc queries) 2 April 2nd 08 10:34 PM
Custom File Properties jujuwillis Excel Discussion (Misc queries) 1 August 1st 05 04:18 PM
Spell Checking Custom Properties Jezebel[_2_] Excel Programming 0 June 15th 04 12:47 PM
Accessing custom document properties Tim Haley Excel Programming 2 September 6th 03 02:34 AM


All times are GMT +1. The time now is 04:08 PM.

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

About Us

"It's about Microsoft Excel"