I am stuck on what seems a very simple problem: I can't select a textbox that is in a spreadsheet.

The textbox is called Text Box 125 (at least that's what appears in the top left corner, where it usually displays cell name like "J8").

I want to delete this textbox if a cell is empty. My difficulty is in selecting the box. I have tried things like:

TextBox125.Select

TxtBox125.Select

Text_Box_125.Select


What am I doing wrong?
Thanks!!