There is probably a more elegant way to do this, but here's one way you can search your stored procedures:
1. generate a script containing all of your stored procedures
2. open the script in any text editor
3. use the find capabilities of the text editor to search for the table name or whatever criteria works best to find what you're looking for
Hope this helps,
Cathy