Hi
In a single menu I have two separate menu lists separated by a separator bar. They need tobe listed separatly but only one item from the two list is active at any one time. How do I set it so that only the property of one item is set to checked.
For a sionlge list I use
For ldx = 0 To mnucalibrationvalues.count
- 1
mnucalibrationvalues(ldx).
checked = False
Next ldx
mnucalibrationvalues(Index
).checked = True
this works great, but I now have two mnu items that need to work togther but I can;t list them in the same list.
Start Free Trial