Hi All
I have a challenge! Within an Excel workbook I have a
list of post code locations with a related set of data,
access to, and the editing of, this data is carried out by
a userform VBA programme. So far so good.

I have an HTML image map of the above locations, in which
all the postcode locations are clickable links.

What I wish to achieve is as follows....

1. From the VBA userform the user clicks a map control
button that takes them to the HTML map (using a hyperlink
achieves this but it does not of course highlight the
selected item in the HTML page.)

2. From the HTML map, the user clicks the location, which
passes the parameter back to Excel which in turn loads the
form with the relevant data.

I suspect I will need to build some PHP programming into
the HTML page to process the location data (this i can
do), but how do I get Excel to respond to the HTML image
map / parameters passed back?

Thanks for any help
Cheers
Nigel