I am trying to select the last cell of a pivot table. Here is the code I have now.
Can.Range("AC15") = Application.WorksheetFunction.Max(Flight)
"Flight" refers to the last cell in column D of my pivot table (my pivot table is dynamic so it is constantly changing). Right now this code works. However, is there an application.worksheetfunction that allows me to "Select" instead of finding the max?
Thanks,
G