Hi
I want to stock my range (lets say A6:A13) in to a variable. But the size of this range can change according to what the user puts in.
Later on I will take this variable, transpose it and paste it in the range A1:Z40
The code I have is:
Sub AuswahlErstellt()
Dim Proben() As Variant...