How to merge excel using vb code in uipath

I need to merge particular range of cells to merge using vb code

Hi @sruthesanju

It can be done using invoke method activity

image

image

dt2 will be merged with dt1

Hi @sruthesanju ,

Any specific reason you are looking for vb code.

You can also use activity.
image

I need to merge cells in excel not in datatable

can you show be the input and output you want to display ?
You can attach any test file or screenshot here.

Thanks.

1 Like

@sruthesanju - you can try this…

image

image

I need merge cell range from b1:b6 the cell range may get differ

Try this.
MergeCells.xaml (5.3 KB)


Getting below mention issue

Have you passed correct file path and sheet name in arguments of invoke code

Is it possible for you to share the excel on which you are running ?

It’s working on my machine

Its working

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.