Hello,
What I'd like to do is have some ActiveX controls in a worksheet that remain in a static position regardless of whether someone is scrolling up or down on the worksheet.
So for example on the left hand side of the worksheet, I'd like to have a frame that has some labels, textboxes and comboboxes in it. On the right hand side of the worksheet, I'd like to have some data in some cells and depending on which cell is selected, I will load some data into my activeX controls. The catch is that I want to be able to scroll down the data on the right hand side of the sheet, while the activeX frame and controls remain in the top left hand corner of the screen.
I've investigated with Freeze Panes, and I don't think they will work for what I am trying to do. Another idea I had was to see if I could catch a Worksheet Scroll event and then reposition the activeX controls in that events code, but there doesn't seem to be a Worksheet Scroll event.
Does anyone have any ideas on how I could achieve this?
Thanks,
Taylour
What I'd like to do is have some ActiveX controls in a worksheet that remain in a static position regardless of whether someone is scrolling up or down on the worksheet.
So for example on the left hand side of the worksheet, I'd like to have a frame that has some labels, textboxes and comboboxes in it. On the right hand side of the worksheet, I'd like to have some data in some cells and depending on which cell is selected, I will load some data into my activeX controls. The catch is that I want to be able to scroll down the data on the right hand side of the sheet, while the activeX frame and controls remain in the top left hand corner of the screen.
I've investigated with Freeze Panes, and I don't think they will work for what I am trying to do. Another idea I had was to see if I could catch a Worksheet Scroll event and then reposition the activeX controls in that events code, but there doesn't seem to be a Worksheet Scroll event.
Does anyone have any ideas on how I could achieve this?
Thanks,
Taylour