S
sunilpatel
How can i achieve the following using code
i need the Range 'Fields' to 'shrink' by the first cell being removed after
some code is processed i.e
Dim Fields As Range
Fields = Range("B9,C9,I9,J9")
to
Fields = Range("C9,I9,J9")
to
Fields = Range("I9,J9")
to
Fields= Range("J9")
Cheers for all your help so far
i need the Range 'Fields' to 'shrink' by the first cell being removed after
some code is processed i.e
Dim Fields As Range
Fields = Range("B9,C9,I9,J9")
to
Fields = Range("C9,I9,J9")
to
Fields = Range("I9,J9")
to
Fields= Range("J9")
Cheers for all your help so far