peskywinnets
Registered User.
- Local time
- Today, 23:40
- Joined
- Feb 4, 2014
- Messages
- 578
Let's say we prompt a user for some input (let's say characters we don't know how many times he will enter a character, except he will type 0 to exit), what would be the best way to count?
For example, let say he enters the following characters
a
b
c
c
c
b
d
0 (exit)
The summary would a=1 b=2 c=3 d=1
I'm oversimplifying here (because in actual fact, the user will actually be scanning in barcodes, and it's those I wish to count), but I guess the concept remains the same...what would be the best approach in VBA?
Many thanks
For example, let say he enters the following characters
a
b
c
c
c
b
d
0 (exit)
The summary would a=1 b=2 c=3 d=1
I'm oversimplifying here (because in actual fact, the user will actually be scanning in barcodes, and it's those I wish to count), but I guess the concept remains the same...what would be the best approach in VBA?
Many thanks
