For some reason - probably due to me doing some re-sizing of columns - my sheets are now opening scrolled a bit to the right, which means my important left-hand columns are not visible without scrolling.
I assume this will be annoying to users - It certainly took me an hour to figure out what had happened to my left-hand columns. :-(
I tried to make the sheet scroll left in the control.load event:
mySpreadsheetControl.HorizontalScroll.Value = 0
...but that didn't seem to work.
Does anyone know the right way to scroll left in a sheet?
Thanks