How to get the hidden Column details fully

Screenshot 2023-05-26 151141
Meanwhile taking Screenshot I cant able to get the full data of hidden Column

Hi @Gopikrishna_S

Before taking the screenshot, execute this simple macro on the sheet to autofit all the columns accordingly:

Sub SampleMacro()
    Cells.Select
    Cells.EntireColumn.AutoFit
End Sub

Hope this helps,
Best Regards.

Hi @Gopikrishna_S

I cannot see any hidden column right now,

But when you’re using a read Range activity, it would be able to read all the data from your excel sheet.
IF you are trying to take a screenshot, you can use AutoFit Range to expand all the columns.

Screenshot 2023-05-26 155101
Is this One ha

No @Gopikrishna_S

This would be used inside Use Excel File Activity
it’s this one:
image

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