Hi, i have a textbox with the Autoexpand property set to yes, and depending on the height property of that textbox (if expanded or not and how much) the code must set the .top property of another textbox.
When i use Me.txtbox.Height, that value correspond to the textbox height not expanded, so it's always the same value.
Can the code catch the new textbox height when it's expanded?
Thanks in advance for any help.
When i use Me.txtbox.Height, that value correspond to the textbox height not expanded, so it's always the same value.
Can the code catch the new textbox height when it's expanded?
Thanks in advance for any help.