My spreadsheet is set up to scroll from a button to a certain row number. That row contains specific information. However, when new rows are added or deleted, the button scrolls to rows above or below the correct row. I have the following code now:
Sub View_9()
' View_Total Macro
ActiveWindow.ScrollRow = 298
This code works great as long as no rows are added or deleted.
Need code to scroll to a variable cell with a specific value in column A. The specific value will be "R.1" , "R.2", etc. . Those values could be changed if they complicate the code.
Thanks for any help
TJ
Sub View_9()
' View_Total Macro
ActiveWindow.ScrollRow = 298
This code works great as long as no rows are added or deleted.
Need code to scroll to a variable cell with a specific value in column A. The specific value will be "R.1" , "R.2", etc. . Those values could be changed if they complicate the code.
Thanks for any help
TJ