i've got a SP list with one record and three fields (f1, f2, f3) I would like to import the values of f1, f2, and f3 into cells A1, A2, A3 in a local workbook using VBA. The excel workbook is on the user's local drive, not in SP.
Any idea how to do that in VBA?