S
StargateFan
I always seem to come across interesting things as I make up new
workbooks. I'm using the following code to allow user to step to the
left:
ActiveCell.Offset(0, -1).Select
Butt when user gets to A1, if the button is pushed again by accident,
an error box comes up because the first cell is reached:
Run-time error '1004': Application-defined or object-defined error
Is there any way to stop this error popping up? Any advice re this?
Even a message saying "you can't go any further to the left", heck,
whatever works <g>.
Thanks.
D
workbooks. I'm using the following code to allow user to step to the
left:
ActiveCell.Offset(0, -1).Select
Butt when user gets to A1, if the button is pushed again by accident,
an error box comes up because the first cell is reached:
Run-time error '1004': Application-defined or object-defined error
Is there any way to stop this error popping up? Any advice re this?
Even a message saying "you can't go any further to the left", heck,
whatever works <g>.
Thanks.
