Thank you @KEntwistle.
Can you please send me the .vsb with an example of Sheet Names?
Thank you so much,
Camilla
Sorry, not sure what a .vsb is?
The .vbs is the containing the macro.
Can you please write an Example of Macro with only one Excel Sheet?
Thank you so much,
Camilla
Check this topic:
Sub ChangeSheetName(SheetOldName As String, SheetNewName As String)
Sheets(SheetOldName).Name = SheetNewName
End Sub
In the topic there is also an example .xaml file.
HI @KEntwistle ,@loginerror and friends ,
I have developed a custom activity to rename the excel sheet. The thing is I have Excel 2010. It is working well. But the @CamiCat is having the Excel 2016. Can you please any one to test it with other version except 2010. below the activity.
Regards
Balamurugan.S
Hey @CamiCat
You can do this by Invoke Code Activity Too
// Without Hotkeys
Rename Worksheet-Akshay Yadav.xaml (9.5 KB)
Let me know if you have any query with it
Regards…!!
Aksh
Hey @balupad14
Just due to my Other Interop library reference
Check this - Rename Worksheet-Akshay yadav.xaml (9.5 KB)
if still face problem
Regards…!!!
Aksh
Hi @aksh1yadav,
Yes . It is working. But the same thing I have done in my Package “BalaReva.Excel.Activities”. I don’t know . Y it is not working…
Note:
I am expecting @CamiCat reply.
Regards
Balamurugan.S
I have to check
I was not active from months and don’t get usually time to go through with all posts
and TBH i have not checked your activity but can look into in some free time
Cheers
Regards…!!
Aksh
Thank you
I have some suggestion about the your activity. Have to do some changes for performance .
The objects has to do nothing. Instead passing a parameter the interop object has to declare inside the Invoke code activity.
Regards
Balamurugan.S
Hey @balupad14
ohh those arguments for other intentions . can clear too just to take object back in studio for further usage
Thanks
Regards…!!
Aksh
What version you are using?
As i can see by view it is might be 2016.*? @CamiCat
In that case can share my Custom Activity but need to check for permissions
Regards…!!
Aksh
Hi @CamiCat,
I have done some technical changes related with Excel 2016 in the “BalaReva.Excel.Activities”. I uploaded the latest version 3.0.1. Can you please check it ?
Regards
Balamurugan.S
Thank very much … I was thinking to test in Excel 2016.