T
T2B
Design Mode of a worksheet (Excel 2003) I
Rightclick Multipage Object (MultiPage1) and select edit
Insert a textbox onto Page1
Rename textbox1 to txtArrivalDate
Two problems I have. One, after the text box is created I cannot
access the properties again. How is this done?
Two, how do I refer to this textbox in code and write code to its
events? How do I know what events the object has? I am accustomed to
Access forms in which the events to an object are easy to find and
write event handlers for.
Rightclick Multipage Object (MultiPage1) and select edit
Insert a textbox onto Page1
Rename textbox1 to txtArrivalDate
Two problems I have. One, after the text box is created I cannot
access the properties again. How is this done?
Two, how do I refer to this textbox in code and write code to its
events? How do I know what events the object has? I am accustomed to
Access forms in which the events to an object are easy to find and
write event handlers for.