I would like to open a new workbook in excel in my VB programme. I am currently able to open a already present workbook using the statement:
Xlapp.workbook.open (cdsave.filename) where cdsave is my dialogue box.

I would like to have the similiar ability to open a new workbook with a filename entered in my common dialogue box.
Is there a similiar method available?

Thanx a lot.