Showing related tags and posts accross the entire site.
-
I fear this is a 'project' and not really help. (You may have to pay someone for this) We may be able to take it in bite-sized chunks, but it looks like you have no idea how you will complete it if we gave you a start. If this is not the case, I apologise and here is a start To copy a worksheet...
-
I have two event procedures attached to a worksheet as follows: Private Sub Chart_BeforeRightClick(Cancel As Boolean) Cancel = True CommandBars("myShortcutBar").ShowPopup End Sub Private Sub Chart_Activate() CreateShortcutMenu End Sub Some other code (attached to the right click menu made in...