Hi people! I'm fairly new to VBA and I'll appreciate your help on this.
I have an argument in which I'm defining a named range, the argument is as follows:
ActiveSheet.Names.Add Name:="JanMax", RefersTo:=ActiveSheet.Range(max)
In this line, I'm creating a range with the name "JanMax" and it...