I have a plot config setup: Set objPLConf = ThisDrawing.PlotConfigurations.Add("AUTOPLOT") objPLConf.ConfigName = "\\print1\22-hp5000n" objPLConf.CanonicalMediaName = "11X17" objPLConf.StandardScale = acScaleToFit objPLConf.PlotType = acExtents objPLConf.StyleSheet = "MakeReady-2.ctb" objPLConf.CenterPlot = True objPLConf.PaperUnits = acInches objPLConf.PlotHidden = False ThisDrawing.ActiveLayout.CopyFrom objPLConf when I run it I get the plot but the plot is not centered is there a way around this problem or is it my code? I also tried to set the origin and I get even more funky results.
Have you tried manually making a correctly functioning PageSetup, then checking all of the properties of it, just to compare them? around this problem or is it my code?
Yes. I finally had to do a send command and run through the 'Detailed Plot Configuration' leaving everything the same.
You need to refresh the plot config and regen the layout if you are setting it to plot centered Wth ThisDrawing.ActveLayout .CopyFrom objPLConf .RefreshPlotConfig End With ThisDrawing.Regen acAllViewports -- Mike ___________________________ Mike Tuersley CADalyst's CAD Clinic Rand IMAGINiT Technologies ___________________________ the trick is to realize that there is no spoon...