View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] garymarrero@gmail.com is offline
external usenet poster
 
Posts: 1
Default Exporting Excel to web with VB functions

Hey guys,

I wrote an excel file with some user forms and some custom functions
in VB. I would like to export it to the web with all the
functionality. Is there a way to do it? Currently, I am trying to save
the file as a web page in excel and it's ignoring my user forms and
VB functions completely (replacing my drop downs wiht text fields).

Is there a way to convert excel files to web files and have all the
functionality also?

Thanks in advance,

TPController