Can anyone tell me how to create a named range that can then be referred to later in VBA for excel 2000. At the minute I am simply expanding any ranges out to the maximum possible size before running my scripts on them. Ideally I would like some code that identifies what the data range is each time.
My current code is just Range("N2:N4000 ").select
where the 4000th row is definitely beyond where the data ends.
Any help would be greatly appreciated
thanks
My current code is just Range("N2:N4000 ").select
where the 4000th row is definitely beyond where the data ends.
Any help would be greatly appreciated
thanks
Comment