View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
T2B T2B is offline
external usenet poster
 
Posts: 3
Default Writing code to objects within MultiPage object

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.