Hi,
I have to do the following:
There is a spreadsheet containing the following list of records:
Column A Column B
Ticket # Number of Calls
1
2
3
4
5
I need to fill out the Column B from VBA.
So, basically first I would have to find the corresponding line (say, Ticket# 3) and then on that raw, populate the Column B
What are the best approach to that?
THanks.
I have to do the following:
There is a spreadsheet containing the following list of records:
Column A Column B
Ticket # Number of Calls
1
2
3
4
5
I need to fill out the Column B from VBA.
So, basically first I would have to find the corresponding line (say, Ticket# 3) and then on that raw, populate the Column B
What are the best approach to that?
THanks.