how can i click a button on one of my sheets from the ThisWorkbook module?

i have tried the following:

call commandbutton1_click
call sheet1.commandbutton1
call sheet1.commandbutton1_click
application.run worksheets(sheet1).commandbutton1_click
application.run worksheets("check request").commandbutton1_click
nothing seems to work.

what am i doing wrong?