Excel - using VBA

  • Thread starter Thread starter ajw150
  • Start date Start date
A

ajw150

Hi,

This is an extremely amateurish question.... so please bear with me.

I have developed a template style workbook in excel, made up of man
sheets, formulas, calculations, macros, change events etc. I was jus
wondering is there anyway of converting all this using a bit of VB
into a windows style program so it doesnt need excel to rely on.?

Thanks

Andre
 
No, there is no support for that. (There is not runtime version of excel).
You might be able to rewrite all your code in VB6 and use some type of 3rd
party spreadsheet control rather than Excel.
 
That doesn't soudn feasible. Oh, well.
-----Original Message-----
No, there is no support for that. (There is not runtime version of excel).
You might be able to rewrite all your code in VB6 and use some type of 3rd
party spreadsheet control rather than Excel.

--
Regards,
Tom Ogilvy




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top