Merge cell in excel

How to merge cell in excel dynamically for example A1:B4 I should not mention as A1 and B4 it should be dynamically given

Hi @sruthesanju

try using Balareva activities in UiPath
In that there is merge cell activity

@balupad14

Regards,
Nived N
Happy Automation

1 Like

How do I merge dynamically

1 Like

instead of A1 and b38 u can provide as input variables

Create VBA macro for merging certain cells. This macro must have input argument (address to be merged) and invoke this macro - do not forget to pass in argument to this macro.

Hi ,
Here is the sample

Thank you
Balamurugan.S

2 Likes

How do I find the first and last cell address for merging