Dear All,

I am trying to SAVE the image displayed in Web Browser control (which is embedded in a VBA form) by clicking a command button.
It will be user friendly if it display a Save As dialog box through which we can select the picture type (Jpg or Bmp or others).

I have tried below code, but it gives the all html, css and js collection in a folder which is not required.


WebBrowser1.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_PROMPTUSER, 0, 0
Thanks in advance for your valuable support.


Regards
taps