ExcelNewb09
Board Regular
- Joined
- Jan 1, 2009
- Messages
- 84
I have a picture I want to change through VBA.
the following code works:
but this code doesn't
any ideas why?
the following code works:
Code:
ActiveSheet.Shapes("picTransfer").Select
Selection.Formula = "SALS!Picture"
but this code doesn't
Code:
ActiveSheet.Shapes("picTransfer").Formula = "SALS!Picture"
any ideas why?