View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Madhan Madhan is offline
external usenet poster
 
Posts: 78
Default Save Excel sheet as webpage with macro

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.

"Gunnar Lysaker" wrote:

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!