does anybody know how to call a macro (that has been recorded in excel) in a vb procedure?

the macro is called : "get_Cheapest"

and it is to be run when:

Private Sub Find_Click()

code goes here... how do i call it?? (it needs to be called directly from here as there are other things happening when clicking...)

End Sub


How do we do that?

Cheers

olo