PeterMoran
MIS
Hi,
I am updating sheets in Excel via VBA and I want the scroll position of the sheets to be moved down as part of each update so the relevant areas of the sheet are visible when I go to look at the sheet.
I have tried:
Application.GoTo Sheets([B2]).Range([R11]), True
where B2 is the sheetname, and R11 is the Cell address I want to be able to see, but VBA is not happy with this.
What do I need to do to get this to work?
Thanks in anticipation.
Peter Moran
I am updating sheets in Excel via VBA and I want the scroll position of the sheets to be moved down as part of each update so the relevant areas of the sheet are visible when I go to look at the sheet.
I have tried:
Application.GoTo Sheets([B2]).Range([R11]), True
where B2 is the sheetname, and R11 is the Cell address I want to be able to see, but VBA is not happy with this.
What do I need to do to get this to work?
Thanks in anticipation.
Peter Moran