Extracting image to Excel

I convert Image to excel using [Insert table Format] activity. Its not extract proper order. Its write in any other location. And sometimes, a table can’t overlap another table Error was shown. How to resolve this issue.
@balareva, I have added extract image from your package. Can you help to resolve this issue.

Hi @shanmugapriyag ,

Check this below attached workflow to insert image to cell using VBA,
Uipath_InsertImageToCell.zip (17.6 KB)

If you are running the VBA for the first time then you have to enable below settings in excel,

Hope this may help you :slight_smile:

2 Likes

Thank for your reply @Manish,

I will try this way, and update the result.

Hi Manish,

I tried this format. And, I use Invoke VBA Activity. I got this error. How to solve this

Hi @shanmugapriyag ,

You have to enable some of the options in excel settings as shown in below screenshot,
File → Options → Trust Center → Trust Center Setttings → Macro Settings → Trust Access to the VBA Project object model.

Hope this may help you :slight_smile:

Thanks for your reply,
I enable this option in excel settings. But same error shown.

Hi @shanmugapriyag ,

Can you share the screenshot of properties panel of Invoke VBA activity?

Have you passed the arguments?

Hi Manish,

Hi Manish,
Sometime passed the argument in [Entry Method Name]. In that way the excel file was not worked(ie. Image was not extracted).