This is probably really trivial but I could sure use some help. I am trying to create a form for users to enter attendance. Could someone please give me an example of how you select a cell where a row and column intersect?
I have a list of parts in Column A and a list of locations in headers across Row 1. Using selections from 2 ListBoxes how can I park the cursor where the column and row meet? For example if the Part No. 12345 selected from the list box is in row 10 and the Chicago is selected for the other list box and it is in Column K, using VBA how do I get the cursor to land in cell K10?

Sorry to bother with such a basic question. Just learning.

Shela