Originally posted by John Moore
View Post
Depends on when/how you call your market but you could use the PopulateTreeView routine and bung it in the tag of the node:
Node.Name = Ids(j) 'This is the key
Node.Tag = Format(.eventDate, "HH:mm")
Nodes.Add(Node)
When you call your market just use the tvMarkets.SelectedNode.Tag and bung it in a variable or use it straight away.


Comment