Hi All,
I am converting excel to pdf , so after coverting i am getting data as below,
Please help
Hi All,
I am converting excel to pdf , so after coverting i am getting data as below,
Please help
You can use vba or use direct actions using hotkeys –
Ctrl+A
then Alt+h+o+i
@amruta_pawar You have to open the particular excel file (use start process activity) and use send hotkeys.
how to use vba, as i dont want to open file
Sub mac1()
Dim sht As Worksheet
ThisWorkbook.Worksheets("Sheet2").Cells.EntireColumn.AutoFit
End Sub
save it in text file
then use Invoke VBA activity
enter parameter as
change Sheet name as per your requirement
getting error as
Invoke VBA: Programmatic access to Visual Basic Project is not trusted
Please check below thread to resolve this issue.
thanks but still getting error as
Check whether the file contains macro or not if available then remove and save file as macro free
Check is your entry method name is ryt or not
if possible pls share workflow