Hello there!,
I´m trying to use VBA to select and manipulate one cell of the active row of the current table using Excel 2007 terminology, (in order to change its value), something like this:
Application.Range("PAYMENTS[[#This Row],[LASTNAME]]").Value = "Smith"
where the table is PAYMENTS...