selecting a cell
Hi,
using excel 2003.
Can you tell me why the following code is not working? Why do I have
to perform this action in two steps?
Not working:
ThisWorkbook.Sheets("Staff Monday").Range("B2").Select
Working:
ThisWorkbook.Sheets("Staff Monday").Select
Range("B2").Select
I have pasted values to a large range in "Staff Monday" and do not
want the range to remain selected once the code has run.
thanks,
Matt
|