Originally posted by blind
is it possible to make an exe and intergrate my excel sheet?
You can use an OLE container control and refer a Excel object into it. The OLE container control enables you to add insertable objects to the forms in your Visual Basic applications.
But it will again require excel to be present on the user's machine.