SAVEPICTURE |
SAVEPICTURE(picture, stringexpression) |
Saves a graphic image from an objects Picture or Image property to a file. |
picture | The object reference stored in the picture property of a control. |
stringexpression | A valid filename and path to store the picture (String). |
SavePicture Selection.Name.Picture, folderName
UserForm.picFrame.Picture = UserForm.picFrame.Image
SavePicture UserForm.picFrame.Picture, "a:\" & InputBox("Filename?", "Save File") & ".bmp"
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top