I Have 1 userform1 control. 1 Frame1 control. with vertical scrollbar 1 Label control. Top. 0 6 texboxses. Under Label1 control. I want to do that if I scroll down the scroll bar , Label1 control do not leave their top. Position
Because I want to use Label1 control as header. And texboxses as list. My code. Private sub Userform1 initialize
Frame1.scrollheight = texbox6.top+texbox6.height. End sub. And. Private sub Frame1 scroll action × action y Label1.top= Frame1.scrolltop end sub. It work But not satisfy please Reply
Because I want to use Label1 control as header. And texboxses as list. My code. Private sub Userform1 initialize
Frame1.scrollheight = texbox6.top+texbox6.height. End sub. And. Private sub Frame1 scroll action × action y Label1.top= Frame1.scrolltop end sub. It work But not satisfy please Reply