Hi brh01,
What do you mean when you say bring cell L1 into focus ? You must code in the button's Click Event.
If you want to make L1 the active cell, use [L1].Activate
If you want to do something with the contents of cell L1, you don't need to Select or Activate the cell, for example MsgBox [L1].Value
Enjoy,
Tony
------------------------------------------------------------------------------------------------------
We want to help you; help us to do it by reading FAQ222-2244 before you ask a question.