Save Excel sheet as webpage with macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a Excel sheet with radiobuttons and dropdwon boxes that works fine in
Excel but when I save it as a webpage the functionalty doesn`t work at all.
Is there anything I have to program especially?
Thanks in advance!
 
Hi, in my opinion, a webpage generated by excel will be a plain HTML file.
Excel will not add scripts to automate dropdowns etc...You have to write an
application that reads data from Excel and create a HTML with populated
dropdowns.
 
Back
Top