View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default running excel modules without excel

Hi Bob
unfortunately the viwer won't help. Can't execute macros

--
Regards
Frank Kabel
Frankfurt, Germany


Bob Phillips wrote:
You can't. If you want to run VBA and data from worksheets you need
Excel.

Never tried it, but it might work with the free Excel viewer. Take a
look at http://office.microsoft.com/download.../xlviewer.aspx



"Tony" wrote in message
...
I have developed in Excel XP few modules which use some forms and
data from few worksheets. I would like to run this on computers
without Excel. What is the best way to do it ?

Thanks for advice.

Tony