Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I created a userform which has several textboxes. I rename the boxes
from the default names, "textbox1", "textbo2"..., .., to "txtName" for example. But every time when I run the form, the names kept going back to textbox1", "textbo2"...! I am using Excel 2003, but saved the file in Execl 97 to 2003 format. Anyone got any idea on why this happened and how to fix it? 009 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you change the names in the property window for each textbox in the VBE
and then save the file afterwards? -- Regards, Tom Ogilvy "Excel 009" wrote in message ups.com... I created a userform which has several textboxes. I rename the boxes from the default names, "textbox1", "textbo2"..., .., to "txtName" for example. But every time when I run the form, the names kept going back to textbox1", "textbo2"...! I am using Excel 2003, but saved the file in Execl 97 to 2003 format. Anyone got any idea on why this happened and how to fix it? 009 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, I did. It happened like 4 times when the names changed.
Everytime when that happened, I need to close the file and then reopen. Right now, it seems running Ok. But similar thing happened before like the control in the form disappeared after the file was saved and reopen. All this happened when I saved the file into a lower version. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Only Excel 97 and later supported userform. don't save it in a lower
version. Excel 97 to Excel 2003 uses one file format, so saving as normal should suffice. -- Regards, Tom Ogilvy "Excel 009" wrote: Yes, I did. It happened like 4 times when the names changed. Everytime when that happened, I need to close the file and then reopen. Right now, it seems running Ok. But similar thing happened before like the control in the form disappeared after the file was saved and reopen. All this happened when I saved the file into a lower version. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tom,
You mean if I saved the file in 2003 (by default without specify any version), it can be used in Excel 97 or up? 009 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disappearing Textbox at the bottom area of a chart | Charts and Charting in Excel | |||
VBA Excel - Textbox disappearing BEHIND listview control - Zorder is useless. | Excel Programming | |||
Textbox in userform | Excel Programming | |||
Disappearing Text in textbox | Excel Programming | |||
UserForm TextBox to ActiveSheet TextBox over 256 characters | Excel Programming |