when converting to HTML: possible to get combobox to work?

chr1st1ne5

New Member
Joined
Jun 28, 2004
Messages
7
when converting to HTML is it in anyway possible to get a combobox to work?

thanks,
christine
 
Re: when converting to HTML: possible to get combobox to wor

Hi,

Are you talking about Colo's HTML Maker? If so, it will only convert a range of cells into HTML. I'm not sure why you'd need it to convert a drop-down box....

If you just want to display a drop down box in your post you can use a simple piece of HTML code e.g.

<SELECT NAME="MyDropdown">
<OPTION VALUE="1">Item 1</OPTION>
<OPTION VALUE="2">Item 2</OPTION>
<OPTION VALUE="3">Item 3</OPTION>
</SELECT>

The code used for this dropdown is:-

<SELECT NAME="MyDropdown">
<OPTION VALUE="1">Item 1</OPTION>
<OPTION VALUE="2">Item 2</OPTION>
<OPTION VALUE="3">Item 3</OPTION>
</SELECT>

HTH
Dan
 
Re: when converting to HTML: possible to get combobox to wor

it's more of a general question; there is a feature in excel which automatically converts to html. i am designing a website and i'd like to have a feature which does some sort of datavalidation. i'm using a combobox in my offline UI (doesn't convert), data validation doesn't convert, and a simple HTML dropdown tag doesn't interface with the spreadsheet and makes interactive calculation from the user input impossible.

all of my end users do not have excel so i'd like to if all possible do active real time calculation while limiting input.
 

Forum statistics

Threads
1,221,672
Messages
6,161,199
Members
451,688
Latest member
Gregs44132

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top