Tom’s Tutorials For Excel: Creating a Right Click Event For ActiveX Controls
Free and safe downloadable workbook example.
There is no built-in menu for the right-click event of ActiveX objects. Here is a utility for that, using a CommandButton as an example.
I want to learn Excel, but through detailed book
I have three macros like the one below. How to put them in Macro 1, 2, 3
Sub Curatenie()
Sheets(“EVIDENTA MATERIALE”).Unprotect “Password”
‘ moduleadrianbanu
‘ Curatenie Macro
ActiveSheet.Range(“$A$9:$H$541”).AutoFilter Field:=2, Criteria1:= _
“Curatenie”
Sheets(“EVIDENTA MATERIALE”).Protect “Password”
End Sub
I included a downloadable workbook that shows you how. Just revise the code accordingly.