EDUCATED MONKEY
Board Regular
- Joined
- Jul 17, 2011
- Messages
- 218
Hello I trying to put together some code that will copy and save a picture from the internet have copied it, then it needs to be renamed using the contents of a cell. and save to a folder on the C drive
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
More about the pictures these are freely available and not copy righted, I can copy rename and save them manually, as this take time to copy then type a new name for the selected picture then open folder and save it to that folder, I was hoping some as got some vba that will accomplish this, i have means of saving selected text which is
Worksheets("REMOVE UNWANTED ITEMS").Activate
Worksheets("REMOVE UNWANTED ITEMS").Range("A2").Select
ActiveSheet.PasteSpecial Format:="Text", LINK:=False, DisplayAsIcon:= _
False
but this does not give save picture option
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
More about the pictures these are freely available and not copy righted, I can copy rename and save them manually, as this take time to copy then type a new name for the selected picture then open folder and save it to that folder, I was hoping some as got some vba that will accomplish this, i have means of saving selected text which is
Worksheets("REMOVE UNWANTED ITEMS").Activate
Worksheets("REMOVE UNWANTED ITEMS").Range("A2").Select
ActiveSheet.PasteSpecial Format:="Text", LINK:=False, DisplayAsIcon:= _
False
but this does not give save picture option
Last edited: