Hi,
I'm trying to use the SUM function with non sequenced cell but the Range or any other function won't allow me to activate the selecting cells if there are more then 41 cell, I wrote somthing like so:
Sub Test()
Dim str AS String
Dim R AS Range
str = "A1,A3 ...... ,A57" 'this is only an...