Home |
Search |
Today's Posts |
#6
![]() |
|||
|
|||
![]() Are there more than one images you want to copy and paste? Try something like this: ActiveSheet.Shapes("Picture 1").Select Selection.Copy Sheets("(whatever the sheet is named)").Select Range("(whatever cell it goes in...)").Select ActiveSheet.Paste "Picture 1" is by default what Excel/VBA will name the image. You can find out if your logo is named something else by simply recording a macro where you copy and paste the logo. -- Excel_Geek ------------------------------------------------------------------------ Excel_Geek's Profile: http://www.excelforum.com/member.php...o&userid=26423 View this thread: http://www.excelforum.com/showthread...hreadid=397202 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I convert date values to non-date format e.g. 01-06-78? | Excel Discussion (Misc queries) | |||
Can Excel represent formula in textural format with values substi. | Excel Worksheet Functions | |||
MS Excel should allow you to format numerical values to thousand. | Excel Worksheet Functions | |||
format negative values in parenthesis | Excel Worksheet Functions | |||
time format and adding tiome values. | Excel Worksheet Functions |