if imgWidth>=imgHeight and imgWidth>120 then Jpeg.Width=150 Jpeg.Height=Jpeg.OriginalHeight/(Jpeg.OriginalWidth/150) end if if imgHeight>imgWidth and imgHeight>113 then Jpeg.Height=113 Jpeg.Width=Jpeg.OriginalWidth/(Jpeg.OriginalHeight/113) end if Jpeg.Sharpen 1, 130 Jpeg.Save (SmallFilePath&"S_"&File.FileName)