In column A I have several values. As values are added or removed, in excel vba I want to extract all values from column A down to the last value
How can i create this?
Werte = Sheets("Messauswertung").Range("A1:A100").Value
This is not a the optimal way
Thanks!