Re: $$Excel-Macros$$ Load image from the url

2011-02-16 Thread ashish koul
check this link http://vbnet.mvps.org/index.html?code/internet/urldownloadtofilenocache.htm see if it helps On Tue, Feb 15, 2011 at 10:27 PM, San Pat wrote: > I am using a web url. > > Is there anyway I can covert/save web url in picture format and then call > it in the below function? > > Reg

Re: $$Excel-Macros$$ Load image from the url

2011-02-15 Thread San Pat
I am using a web url. Is there anyway I can covert/save web url in picture format and then call it in the below function? Regards, San On Tue, Feb 15, 2011 at 5:46 AM, ashish koul wrote: > Sub test() > > UserForm1.Image1.Picture = LoadPicture("D:\koul\krishna.jpg") > UserForm1.Show > > > End S

Re: $$Excel-Macros$$ Load image from the url

2011-02-15 Thread ashish koul
Sub test() UserForm1.Image1.Picture = LoadPicture("D:\koul\krishna.jpg") UserForm1.Show End Sub On Tue, Feb 15, 2011 at 11:55 AM, San Pat wrote: > How I can load a image from a url using the LoadPicture function in > userform. > > Regards, > > -- > > -