Programatically adding items to a ListView

  • Thread starter Thread starter rvl2k9
  • Start date Start date
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.
 
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?
 
Back
Top