Forum Discussion
s_p_venugopal
Apr 25, 2020Copper Contributor
Sheet Tab settings
Dear Sir, I am unable to move or copy or delete the sheet by using right click of the Mouse. I t is possible to do through Keyboard. Please provide the solution to do the same through Right c...
gyankosh
Apr 25, 2020Brass Contributor
Try this
Press Alt+F11
it'll take you to the visual basic.
Now type this ctrl+G it'll focus you to immediate window. Type this and press Enter
application.commandbars("Cells").reset
PRESS ENTER. Try after that
- s_p_venugopalApr 26, 2020Copper Contributor
I have gone through the procedure given by you. Getting the error, as given below.
Run-time error '5'
Invalid procedure call or argument
Please advise further.
- gyankoshApr 26, 2020Brass Contributor
cell not cells. I typed yesterday so got the wrong spelling.
application.CommandBars("cell").Reset
It won't cause the error.
Try this