donishere
Programmer
- May 7, 2002
- 101
I'm trying to make a new chart in Excel. I use:
Set crt = ws.ChartObjects.Add(20, 20, 700, 450)
Doesn't this mean the chart I make will be sized 700x450 pixels? When I went to make my chart, it ended up being 935x601 pixels.
What's going on?
Set crt = ws.ChartObjects.Add(20, 20, 700, 450)
Doesn't this mean the chart I make will be sized 700x450 pixels? When I went to make my chart, it ended up being 935x601 pixels.
What's going on?