listview in multitab

X

x taol

I have a userform.
the userform has a multitab.
the multitab(2 pages) has a listview.
and the listview has checkboxes.

but, the problem....
After checking listitems of listview, press the other page, and then if
I press the page again, the checkbox is disappeared....
why.......????
listview setting as follow....

with me.ListView1
.Gridlines = True
.FullRowSelect = True
.View = lvwReport
.LabelEdit = lvwManual
.HideSelection = False
.CheckBoxes = True
end with

*** Sent via Developersdex http://www.developersdex.com ***
 

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