Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro in which I want to freeze panes. The problem is that I do not
know how to write it variably. I want to freeze panes in the column where I find a certain word. The code is: Set rng2 = Worksheets("Beräkning").Cells.Find("Security ID", LookIn:=xlValues) ...... Columns(rng2.Address).Select ActiveWindow.FreezePanes = True The penultimate line is wrong but I do not know how write it. Please help me out! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FREEZE PANE | Excel Discussion (Misc queries) | |||
freeze pane | Excel Discussion (Misc queries) | |||
freeze pane: freeze from two worksheets? | Excel Discussion (Misc queries) | |||
freeze pane for more than one row anyone??? | Excel Discussion (Misc queries) | |||
Freeze pane | Excel Programming |