Recalling data in userform from excel saved data, data works and image (Saved in cell) also works if I refer
I don't want to refer a particular cell the range should be variable like
Unable to achieve this.
Any help is appreciated.
Thanks
Code:
Set CopyImage1 = Worksheets("Data").Range("QW14")
Code:
Set CopyImage1 = Worksheets("Data").Range(Foundcell.offset(0,464))
Any help is appreciated.
Thanks