Programatically adding items to a ListView

R

rvl2k9

Hi everyone!

I added a ListView control on my form and now I'm trying to add items using
VBA code but when I type "ListView1." the property "ListItems" don't show up.

Is there any way I can access this property?

Thanks in advance.
 
D

Douglas J. Steele

Just because it doesn't show up in IntelliSense doesn't necessarily mean
you can't use it.

Have you tried adding the code and running it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top