Nayasoch
Board Regular
- Joined
- Sep 9, 2016
- Messages
- 73
Hi there I have some images which I want to show in userform...so far to show Graph in userform I'm using
I was wondering can anyone help me , how can I extract images and if could be loaded in
userform if I want to
Code:
Set CurrentChart = Sheets("Sheet1").ChartObjects(1).Chart
Fname = ThisWorkbook.Path & "\temp.gif"
CurrentChart.Export FileName:=Fname, FilterName:="GIF"
I was wondering can anyone help me , how can I extract images and if could be loaded in
userform if I want to