Hi Guys,
My idea is to read the values from the Excel file and list them in ListBox. The idea is a user reads all currently Open tickets that are stored in a workbook and has them displayed in the list box. Then selects an item he'd like to close and just clicks 'Close' button - the status in the Excel file is changed to Closed.
I need a solution, a loop to go through open items and list them. I don't know how to get the Excel item listed appear in the listbox - this is my main problem.
The result should be as below:
____________________________________________
|Task Name ........................................... | Status |
|Pricing ................................................... | Open . |
|Access Management................................. | Open.. |
|Prepare a report for Dave.......................... | Open.. |
|___________________________________________|
_______
| Close |
|______|
Input data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Task name
[/TD]
[TD]Date
[/TD]
[TD]Owner
[/TD]
[TD]Status
[/TD]
[/TR]
[TR]
[TD]Pricing
[/TD]
[TD]dd/mm/yy
[/TD]
[TD]Agent A
[/TD]
[TD]Open
[/TD]
[/TR]
[TR]
[TD]Reconciliation
[/TD]
[TD]dd/mm/yy
[/TD]
[TD]Agent A
[/TD]
[TD]Closed
[/TD]
[/TR]
[TR]
[TD]Accesses management
[/TD]
[TD]dd/mm/yy
[/TD]
[TD]Agent B
[/TD]
[TD]Open
[/TD]
[/TR]
[TR]
[TD]Send email to Rick
[/TD]
[TD]dd/mm/yy
[/TD]
[TD]Agent B
[/TD]
[TD]Closed
[/TD]
[/TR]
[TR]
[TD]Prepare a report for Dave
[/TD]
[TD]dd/mm/yy
[/TD]
[TD]Agent B
[/TD]
[TD]Open
[/TD]
[/TR]
</tbody>[/TABLE]
Regards,
Witek
My idea is to read the values from the Excel file and list them in ListBox. The idea is a user reads all currently Open tickets that are stored in a workbook and has them displayed in the list box. Then selects an item he'd like to close and just clicks 'Close' button - the status in the Excel file is changed to Closed.
I need a solution, a loop to go through open items and list them. I don't know how to get the Excel item listed appear in the listbox - this is my main problem.
The result should be as below:
____________________________________________
|Task Name ........................................... | Status |
|Pricing ................................................... | Open . |
|Access Management................................. | Open.. |
|Prepare a report for Dave.......................... | Open.. |
|___________________________________________|
_______
| Close |
|______|
Input data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Task name
[/TD]
[TD]Date
[/TD]
[TD]Owner
[/TD]
[TD]Status
[/TD]
[/TR]
[TR]
[TD]Pricing
[/TD]
[TD]dd/mm/yy
[/TD]
[TD]Agent A
[/TD]
[TD]Open
[/TD]
[/TR]
[TR]
[TD]Reconciliation
[/TD]
[TD]dd/mm/yy
[/TD]
[TD]Agent A
[/TD]
[TD]Closed
[/TD]
[/TR]
[TR]
[TD]Accesses management
[/TD]
[TD]dd/mm/yy
[/TD]
[TD]Agent B
[/TD]
[TD]Open
[/TD]
[/TR]
[TR]
[TD]Send email to Rick
[/TD]
[TD]dd/mm/yy
[/TD]
[TD]Agent B
[/TD]
[TD]Closed
[/TD]
[/TR]
[TR]
[TD]Prepare a report for Dave
[/TD]
[TD]dd/mm/yy
[/TD]
[TD]Agent B
[/TD]
[TD]Open
[/TD]
[/TR]
</tbody>[/TABLE]
Regards,
Witek
Last edited: