Claus Busch said:
Hi Robert,
in this case you have to select another cell or another range.
What do you want to do? If you refer correctly, you don't have to use
select.
My workbook is locked to prevent users from editing data.
The workbook also contains a couple hundred rows of data.
Using VBA, my plan is to scroll down to one particular row
and highlight it using the "Select" function. This is only for the
purpose of making that row easiliy visible, not for the purpose
of a copy or delete operation, etc..
So, my only plan was to scroll down and make a row easily
visible, then turn off the highlight once done. It looks like
all I need to do is select another cell or range, right?