Hi guys!
Can you tell me the index of the VBProj.VBComponents("ThisWorkbook") component?
I need to refer to that component but not by its name because the file I use, goes to some users that have MS Excel installed with another language and their Excel translate the component's name in that language so VBProj.VBComponents("ThisWorkbook") should be VBProj.VBComponents("[that-language-translation]")
Thank you!
Bookmarks