Hi...
I created a ListBox in my UserForm. I am pulling in data from a couple of sources that I want to display in a cloumn form in the ListBox. What I mean is, The first item on a line in the ListBox is the 4 digit location ID, the second item on the same line is the Location Name, the third item is a task description (wrapped).
Each of the items need to be lined up vertically for each line that I put into the listbox. Example:
Loc Location Name Tasks
1234 Somewhere VA Task 1 - Build system
1234 Somewhere VA Task 2 - Ship System
2345 Somewhere WA Task 1 - Schedule project
.
.
I tried building an array of the items then did an AddItem. I received an runtime error.
It there a way to build and add the above and, allow the user to double click on any line which will then allow me to perform other functions?
Thanks
I created a ListBox in my UserForm. I am pulling in data from a couple of sources that I want to display in a cloumn form in the ListBox. What I mean is, The first item on a line in the ListBox is the 4 digit location ID, the second item on the same line is the Location Name, the third item is a task description (wrapped).
Each of the items need to be lined up vertically for each line that I put into the listbox. Example:
Loc Location Name Tasks
1234 Somewhere VA Task 1 - Build system
1234 Somewhere VA Task 2 - Ship System
2345 Somewhere WA Task 1 - Schedule project
.
.
I tried building an array of the items then did an AddItem. I received an runtime error.
It there a way to build and add the above and, allow the user to double click on any line which will then allow me to perform other functions?
Thanks