I got excel file : '.xlsx' file.
And there are some custom function like =BlahBlah(par1,par2,par3,par4)
I want to extract the source code of this function.
But in VBA (when I push alt + F11 button), there are no source in module. So I made '.zip' file to see '.vb' file in my '.xlsx' file. However, there is only '.xlsx' file in '.zip' file.
Because custom function works well, I think there should be a source code which constitute for this custom function. But I don't know where it is.