I have an excel sheet where there are some columns hidden due to which I am not able to paste the data.
What should I do to find the hidden columns and unhide it?
Can anyone suggest what to do??
Hey @Kunal_Jain Check this out
Hi Friends,
I have included the below new custom components in the package.
1.Create Workbook.(Create a new worksheet)
2.Copy to File (Copy the worksheet to another excel file).
3.Copy to WorkBook (Copy the worksheet inside the workbook).
4.HideUnhide the worksheet
5.Protect Unprotect the worksheet
[image]
Create WorkBook
Properties
[image]
Sample : CreateWorkbook.zip (18.5 KB)
Copy To File
This activity copies the work sheet to an another excel file. If the another file is not ex…
Cheers
1 Like
ushu
(Usha kiranmai)
March 15, 2023, 6:09am
3
Hi @Kunal_Jain Please check the below thread
I need to unhide all the hidden column in excel using vb script snice balareva package is not allowed to use
Should I use it in Invoke VBA??
Sub Unhide_All_Rows_Columns()
Columns.EntireColumn.Hidden = False
Rows.EntireRow.Hidden = False
End Sub
ushu
(Usha kiranmai)
March 15, 2023, 6:41am
6
Yes, @Kunal_Jain is there any difficulty to implement this
ushu
(Usha kiranmai)
March 15, 2023, 6:45am
7
Please check the below workflow on how to use invoke VBA
SampleProcess.zip (8.6 KB)
Invoke VBA: Number of parameters specified does not match the expected number.
I am getting this error
There are 2 columns with same name
Due to which error I am getting
Read Range: A column named ‘LG Qty On Hand’ already belongs to this DataTable.
But I need both of them
ushu
(Usha kiranmai)
March 15, 2023, 12:17pm
10
Can you share your sample input excel and VB code
Manish540
(Manish Shettigar)
March 15, 2023, 1:55pm
11
Hi @Kunal_Jain ,
Check this below snippet in the market place which can rename the duplicate column names and can get you both the columns,
Hope this might help you
system
(system)
Closed
March 18, 2023, 1:56pm
12
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.