So should I understand it is an alternative for a Dim, but assigned directly to the Private Sub criteria? Not sure if i wrote it correct: Like it shouldn´t matter, if I use
Code:
Private Sub aaa(ByVal Target As Range)
or
Code:
Private Sub aaa()
Dim Target As Range
?
Anyway still thanks for answer.