Visio ComboBox with hyperlink in HTML format

Started by adisl, April 01, 2014, 11:07:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adisl

I am looking for a combobox with hyperlinks that also works when saving Visio form to HTML.

The idea is that when you choose from the selection in the combobox then opens the document which is referred to
 
I have created a simple combo box that contains the names of documents, located in different folders, but I need help to get to the links, and the code to get it to work in HTML format.
The documents will be in different formats

Am very grateful if anyone can help with this,  I'm not particularly good at VBA

Example of code I've used
Private Sub ComboBox1_DropButtonClick()
ComboBox1.List = Array("Document 1", "Document 2", "Document 3")
End Sub

Yacine

#1
I am not so the visio to HTML guru, but I guess that it won't be possible with out of the box tools from Visio.
Having a dropdown in an HTML, will require more than basic HTML.
I could imagine nesting some java script via code, but that's not obvious.
Just some thoughts,
Y.
Yacine

adisl

I see that this is not easy, but was hoping that someone had a solution. i believe that there are several who may have this need.

Yacine

Yacine

adisl