Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Wheel Mouse stops scrolling - XML Excel file with

54 views
Skip to first unread message

Dave

unread,
May 28, 2009, 6:14:01 PM5/28/09
to
I am creating an XML Excel file, and attempting to specify that the header
row is 'frozen'.

<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<FreezePanes/>
<SplitHorizontal>1</SplitHorizontal>
<TopRowBottomPane>1</TopRowBottomPane>
</WorksheetOptions>

This is doing the job, however, the wheel mouse no longer will scroll the
content. I can use the scroll bar and left mouse button to scroll, but not
the wheel.

Am I missing something here?

Dave

unread,
May 29, 2009, 11:05:02 AM5/29/09
to

"Dave" wrote:

I added:
<ActivePane>2</ActivePane>

And the wheel is working!

0 new messages