Hi,
If the cell AU8 contains value 2019 I would like the cursor to jump to column 99 and after select the cell CU9
Trying this code with no luck.
Thanks for any help I can get.![]()
Sub year2019() If AU8 = 2019 Then ActiveWindow.ScrollColumn = 99 Range("cu9").Select End If End Sub
B.
Bookmarks