I have a word documents containing images which sizes about 10 MB to 15 MB. I wanted to split these documents into mutliple documents each of size not more than 2 MB. Manually doing this is time taking, I'm trying to develop a user-form in excel which prompts for the file that needs to be split. Once I select the file and submit the command button, excel should should split the document.

Can any one help me out with Excel VBA code that splits a single document into multiple word documents (each of the document should be less than or equal to 2MB).

- Captain Cool