Auto Fill help needed

Hi, I would like to drag the same contents in cell A2 till cell A6. I can’t find auto fill range activity and i used auto fill with the syntax as follows. No compilation errors but it did not give any output onto the excel file.

dependencies i have is as follows

image

excel file is as follows

image

@jollie_ng,

Use Select Source as A2 only. This will auto fill till your column end. Try using like this.

Excel.Sheet("Sheet5").Range("A2")

Thanks,
Ashok :slightly_smiling_face:

Hi @jollie_ng

Search Fill Range activity

Regards,

thank you @lrtetala

any idea why is the format of column B’s output different?

image

my UiPath screen looks like this

@jollie_ng

Can you try to change below formats

Or

For B Column only uncheck Get formatted text

The image shows a "Read Cell Value" operation in Excel, with the cell "Excel.Sheet("Sheet5").Cell("B2")" being read and the option to "Get formatted text" checked. (Captioned by AI)

Regards,

hi @lrtetala, unfortunately, i have alr selected same as project and get formatted text, but the error remains.

hi @ashokkarale and @lrtetala, btw, given the dependencies i showed in the screenshots earlier, am i short of something which caused me not to have the activity autofill range ?

@jollie_ng

I told you to try below 3 methods any one of it works

or

For B Column only uncheck Get formatted text

Auto fill Range is GSuite activities

I think you are looking for these activities Fill Range, AutoFit Range, Auto Fill activities

Regards,

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