Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This works in a macro inside Excel
Range("G2").Select ActiveWindow.FreezePanes = True It does exactly what I'd expect. It puts a horizontal freeze line between row 1 and row 2 and a vertical freeze line between column F and column G. But I need to use from MS Access vba code so I'm doing this: objExcelSht.Range("G2").Select objExcelApp.ActiveWindow.FreezePanes = True It does freeze but not the same way. It only puts in a vertical freeze line between columns F and G. There is no horizontal freeze line. What do I hvae to do from vba in Access to get the same results? Thanks, Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 freeze panes won't freeze top row only | Excel Discussion (Misc queries) | |||
Freeze 2 Panes | Excel Discussion (Misc queries) | |||
Freeze Panes | Excel Worksheet Functions | |||
Freeze Panes | Excel Programming | |||
Freeze Panes | Excel Discussion (Misc queries) |