Greetings,

I have a TextBox that sits in the same place as a CommandButton.
Their visibility is turned on and off with code. It was working until
I needed to press the CommandButton to run a subroutine. That
is when I discovered that I had to have the TextBox visible to prevent
an error from showing up. The problem is that the visible TextBox
sits on top of the CommandButton and I need it to be under (covered
by) the CommandButton (The CommandButton becomes non visible
before the TextBox is needed).

Does anyone know how to do this?

TIA

-Minitman