How to change border weight in excel?

Given:
An excel file with values:
image

Problem:
I need to change the border weight below each row for each new value in Column A:
image

Please help!

Thanks

@mickeydibs48,

There is no activity to perform this in UIPath.

1 Like

I see. Thank you!

1 Like

Hello,
UiPath doesn’t have any activity to perform this operation but you can execute macro on excel files. You can use “Invoke VBA” activity to perform this operation. Use Excel application scope attach this Invoke VBA activity and pass the vba source code file.

2 Likes

Alright! Thank you!!

1 Like

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