View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SteveM SteveM is offline
external usenet poster
 
Posts: 133
Default How to Place a Drawing Object on a Worksheet as a Control?

I've built an optimization model and I would like to create a map-like
interface on a worksheet in which selected sites in the solution are
indicated on the map canvas by unhiding drawing objects. So I need to
place the drawing objects on the worksheet as Controls (i.e. Shapes I
think) but how to do that is not clear since the Control tool box
contains pictures but not shape objects.

Any ideas?


Thanks Much,

SteveM