Here's my code attached to my button that
sets up sheet , freezing the part number
column and header:
Application.Goto Reference:="R1C1"
ActiveCell.Offset(14, 6).Range("A1").Select
ActiveWindow.SmallScroll ToRight:=6
ActiveWindow.SmallScroll Down:=8
ActiveCell.Offset(0, 1).Range("A1").Select
ActiveWindow.FreezePanes = True
Is there a way of using the same button to
reverse the instructions? (ie Click to set,
click to reset, etc, etc. Kinda of like an
on/off series). Or do I need to use another button?
Thanks,
Mike
Mike
sets up sheet , freezing the part number
column and header:
Application.Goto Reference:="R1C1"
ActiveCell.Offset(14, 6).Range("A1").Select
ActiveWindow.SmallScroll ToRight:=6
ActiveWindow.SmallScroll Down:=8
ActiveCell.Offset(0, 1).Range("A1").Select
ActiveWindow.FreezePanes = True
Is there a way of using the same button to
reverse the instructions? (ie Click to set,
click to reset, etc, etc. Kinda of like an
on/off series). Or do I need to use another button?
Thanks,
Mike
Mike