Not Dave, David.
(and not David McRitchie, either! Well, unless he wants to???)
Bob Phillips wrote:
"Dave Peterson" wrote in message
...
Building on Bob's reply:
Option Explicit
Sub testme03()
On Error Resume Next
Worksheets(ActiveSheet.Buttons(Application.Caller) .Caption).Select
That's neat, like it.
If Err.Number < 0 Then
MsgBox "Design error. Contact David!"
Are you offering a Help Desk service Dave<vbg?
--
Dave Peterson