C
CondtllyFrmttd
Hey Everyone.
I have a complicated situation. Lets say that I have 2 rows in my list
box:
[ID].[2006-145] [Category].[1]
[ID].[2006-145] [Category].[2].
The ID numbers are the same but the Category numbers are different. My
next row in the ListBox may say:
[ID].[2006-146] [Category] .[1].
I am trying to create a button that would loop through the listbox and
create emails one at a time containing the information about each ID.
I have already tried things in the nature of:
Dim I As Integer
For I = 0 To lstBoxName.listcount
Next I
I cannot finish this problem!!! Anyone have any ideas? THanks
I have a complicated situation. Lets say that I have 2 rows in my list
box:
[ID].[2006-145] [Category].[1]
[ID].[2006-145] [Category].[2].
The ID numbers are the same but the Category numbers are different. My
next row in the ListBox may say:
[ID].[2006-146] [Category] .[1].
I am trying to create a button that would loop through the listbox and
create emails one at a time containing the information about each ID.
I have already tried things in the nature of:
Dim I As Integer
For I = 0 To lstBoxName.listcount
Next I
I cannot finish this problem!!! Anyone have any ideas? THanks