Re: VBA - ActiveCell.Select
there is some really cruddy code posted on the internet
also some really good, i think the above is an example of the bad
where ever possible you should avoid selecting cells at all, work with fully qualified ranges
Re: VBA - ActiveCell.Select
My guess is this code came from recording a macro, but I'm not sure. I know that in the process of recording macros, a lot of Select statements appear that are unnecessary.
Re: VBA - ActiveCell.Select
Quote:
My guess is this code came from recording a macro
i think you are probably correct