Hello
First i want to tell me how i write the code here, because I saw that you put into some kind of window.
The I have a module which it's a macro who is actually an amount of macros.
I want to put a button somewhere in sheet 1 or sheet 2 that activate this macro.
The macro looks like this:

Sub Main()
Call muta
Call Spatii
Call Precuratat
Call Sortat
Call Curatat
Call OneCell
Call OneCell2
End Sub
If there are problems I'll return with other explanations
Thank you!