Be able to enter text in TextBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have made some TextBoxes using the VBA. but are not able to enter text into them afterwards. I get the message: Reference is not valid. How can I make this possible

Thanks
 
Post the code used to create them.

SOSK said:
I have made some TextBoxes using the VBA. but are not able to enter text
into them afterwards. I get the message: Reference is not valid. How can I
make this possible?
 
The textboxes are created using the design view and they have no code attached. This is where my problem is
When I try to click the textbexes I'm able to resize them, but I'm not able to enter text into them unless I rightclick and choose edit. I want to be able to enter text into them and jump from one textbox to another simply by using the tab button.
 
Back
Top