Whilst this refers to Office97, I still see the same in Excel 2002.
http://support.microsoft.com/kb/168392
"For an ActiveX control to appear and function properly in multiple windows
or panes of the same document, the container application must support the
IViewObject interface. Because Word, Microsoft Excel, and PowerPoint do not
support this interface (as discussed in the previous section), the behavior
of an ActiveX control that is viewed in two different windows or panes of
the same document may be unpredictable."
Seems like you're out of luck.
NickHK
"ExcelDeveloper" <(E-Mail Removed)> wrote in message
news:2CBEFC58-2FAF-4F93-8AB1-(E-Mail Removed)...
> Hi,
>
> I have a workbook where I have created multiple windows using the
> ActiveWindow.NewWindow & Application.Windows.Arrange methods.
>
> My problem is that the workbooks has several embedded
> ActiveXControls(listboxes,commandbuttons,etc.). If you click on the
control
> in any of the windows other than the first window, the control doesn't
> respond.
>
> To use the control you must go to the first window and select the control
> from there. At this point the control appears on the other windows with
black
> lines running diagonnally across it.
>
> Is there any way to get around this behavior without having to move the
> worksheet controls off the sheet and into a command bar or menu?
>
> thanks,
>
> Ben