tonydev314
New Member
- Joined
- Oct 1, 2022
- Messages
- 26
- Office Version
- 2013
- Platform
- Windows
In my Excel based VBA application most of the user interaction is via a form. On the form I have a tab in which I'm currently displaying a ListView of items. The listview has a checkbox, the description of the task and the % completed. What I'd like to be able to do is to click buttons on the item to increase/decrease the % complete value.
Anyone any suggestions on how I might achieve this as ListView doesn't seem to be able to take buttons?
Anyone any suggestions on how I might achieve this as ListView doesn't seem to be able to take buttons?