Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi I wish to put a logo on say sheet one stored from sheet 2 using an if
statement, I have looked at http://www.mcgimpsey.com/excel/lookuppics.html but it doesnt seem to work for me is anyone able to give me a dumbed down version of it? any help apreciated. Kevin Z |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You must have the images stored on the same worksheet when using John's code.
Gord Dibben MS Excel MVP On Tue, 3 Jun 2008 07:08:02 -0700, nivek05 wrote: Hi I wish to put a logo on say sheet one stored from sheet 2 using an if statement, I have looked at http://www.mcgimpsey.com/excel/lookuppics.html but it doesnt seem to work for me is anyone able to give me a dumbed down version of it? any help apreciated. Kevin Z |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Sub copyshape()
With Sheets("sheet14") ..Select ActiveSheet.Shapes("myshp").Copy Application.Goto Sheets("sheet13").Range("b12") ActiveSheet.Paste End With End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "nivek05" wrote in message ... Hi I wish to put a logo on say sheet one stored from sheet 2 using an if statement, I have looked at http://www.mcgimpsey.com/excel/lookuppics.html but it doesnt seem to work for me is anyone able to give me a dumbed down version of it? any help apreciated. Kevin Z |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |