Hi,
I have a macro that adds an Image(ActiveX Control) to a sheet.
Rather than pointing this towards a picture I would like to point it towards a named range therefore giving me a livefeed to a range of cells.
I have been trying to modify the following line without result. I would like to replace the file path with a named range.I have no idea how to do this or if it is possible.
Thanks
I have a macro that adds an Image(ActiveX Control) to a sheet.
Rather than pointing this towards a picture I would like to point it towards a named range therefore giving me a livefeed to a range of cells.
I have been trying to modify the following line without result. I would like to replace the file path with a named range.I have no idea how to do this or if it is possible.
Code:
Worksheets("Sheet1").Image1.Picture = LoadPicture("C:\Users\txi\Pictures\pool.gif")