<t>Hi, sorry for this stupid question, please this is serious to me!There's a simple way to note an excel range in VBA, that is to put [] around the range name, for example:[RangeN] instead of range("RangeN").I have always been using this notation, but recently I've changed machine and it doesn't wo...