Hi
Please edit to add the revelant text into english. The main language on Q&A is just English as we speak.
For forum in other language(s) you can still use Technet/MSDN forums for that matter.
Thanks you for your understanding
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
CodeName modification with excel VB code
Good evening. I have the following code:
'I create a sheet with the following code
Worksheets.Add(After:=ActiveSheet).Name = "Nombre de la pestaña de la hoja"
'Change the CodeName
ThisWorkbook.VBProject.VBComponents.Item(Sheets(ActiveSheet.Index).CodeName).Properties("_CodeName").Value = "Nombre del CodeName"
Perform the action but immediately after modifying the Internal Name of the sheet, send me the following:
"You cannot enter the interruption time at this time" I know that I can continue or finish the compilation, but when I continue, it shows me the following.
"Error '9' has occurred at runtime:" "Subscript out of range"
Do you know why this happens and how to correct it?
Thanks in advance for your attention and support
Hi
Please edit to add the revelant text into english. The main language on Q&A is just English as we speak.
For forum in other language(s) you can still use Technet/MSDN forums for that matter.
Thanks you for your understanding