Hello Rerock,

Any Sub or Function that takes one or arguments will not show up the available Macros List. But, it is there. Just use the name in your code.

There seems to have been a problem with the picture uploading. It will not display due to an error. Try uploading it again.

You will need to View Code for the button and add a call to the macro manually.

For example:
Sub Buttoon1_Click()
    Call ClosePDF("Signed Agreement")
End Sub