Hello,
I've looked online and found ways to get data from a range of cells, but what I need is to be able to get values from user selected cells. The selected cells may not be in the same column or row as each other. The user could select cells A5, B2, C7, and D3.
How would I be able to let them select different cells like that?

I'm using VB.Net in Visual Studio 2022, Windows 11.

Thanks