Range.PasteSpecial() not Showing in UiPath!

Hi

When trying to
Worksheet.Range(). Copy ()
Worksheet.Range().PasteSpecial(Transpose:=True)

PasteSpecial Method is Showing Even imported namespace Microsoft.Office.Interop.Excel

Not sure what you mean here, if you have imported that namespace, it will give you the pasterange method with sheet.range.

Paste the screenshot or code you are trying

@HareeshMR Even After Importing Namespace PasteSpecial is not Showing

Oh, got it

Don’t bother about that. you can develop the entire code and paste it in the Invoke code activity which will work without any issue. Go ahead.