Hi When I attach/insert an Image file to a drg file manually, (with a scale of 1) the size of the image is as it should be (they are scanned A1 drgs) but when I use VBA to do the same thing using the following :- Dim rasterObj As AcadRasterImage insertionPoint(0) = 0 insertionPoint(1) = 0 insertionPoint(2) = 0 scalefactor = 1 rotationAngle = 0 Set rasterObj = ThisDrawing.ModelSpace.AddRaster(imageName, insertionPoint, scalefactor, rotationAngle) the image measures nothing like what it should be and is a lot smaller ie. 1 x 1.322 instead of 645x853 (ish) anyone any ideas ? thanks PeteB