smgeorge99
Programmer
I have an Access database that contains code to generate Excel Workbooks/Sheets using information contained in the database. The generated spreadsheets have various formatting and protection features enabled. But what I can't figure out is how to freeze the panes in Excel from within the Access code while the workbook is being generated. The users of the spreadsheet would like to be able to scroll through the page while the row & column headers remain visible.
The only property that seems to be even remotely close to what I'm trying to do is the Worksheet.ScrollArea property, but that doens't seem to do what I want.
Any help would be greatly appreciated.
Sean
The only property that seems to be even remotely close to what I'm trying to do is the Worksheet.ScrollArea property, but that doens't seem to do what I want.
Any help would be greatly appreciated.
Sean