Hi,
let's say I have a named range "CLIENTS" that is exactly one cell (A100)
When I put a button on top of the worksheet, that runs the following macro:
then cell A100 is brought into view, but it is at the bottom left of the screen.
How can I make it to be the top left visible cell?
let's say I have a named range "CLIENTS" that is exactly one cell (A100)
When I put a button on top of the worksheet, that runs the following macro:
Code:
Sub Knop3_Klikken()
'
'
Application.Goto Reference:="CLIENTS"
End Sub
How can I make it to be the top left visible cell?