ArcMap 9.3.1I have written some automation processing for Layout creation and cannot seem to get the legend that is added programmatically to a specific position in the Layout View. As seen in the attached image, it is added and is the correct size, but I need to place it as specified.
Here's the currnt "putcoord" parameters for the lengend:
pEnv.PutCoords(0.4, 1.3, 1.75, 2.75)
Also, the page size is 8.5x11 but in Landscape orientation.If you need to see the rest of the code that I am using to process this stuff, I can add more detailed snips.Thanks in advance!james