Hi everybody,
I want to capture an event, but I don't know how. I want to know any time the user manually changes the order of the worksheets. Is there an event for that?
I think when you drag a sheet to a different position it triggers the Calculate event, but i would rather not use that one.
any ideas?
purpose: I'm making a sheet navigation interface. I know it's been done before, but I thought it would be a good excersise for me. So anyway, if the user changes the sheet order while my UserForm is running, I want my list box to capture that change and correctly reflect the sheets
thanks!
I want to capture an event, but I don't know how. I want to know any time the user manually changes the order of the worksheets. Is there an event for that?
I think when you drag a sheet to a different position it triggers the Calculate event, but i would rather not use that one.
any ideas?
purpose: I'm making a sheet navigation interface. I know it's been done before, but I thought it would be a good excersise for me. So anyway, if the user changes the sheet order while my UserForm is running, I want my list box to capture that change and correctly reflect the sheets
thanks!