I want to embed an object (it can be xls,doc,pdf,jpg etc etc) in my excel though vba.

I want code to embed that object in a specific cell.

For example - I want to embed a object in Cells(12,12).

And also is it possible to embed more than one object in a single cell.