I have custom functions from a plugin in Excel 2013
In my workbook the plugin is activated and the tab is there and the custom functions work. When I open a new instance of the workbook from inside the workbook like so
Dim wb As New Workbook
Dim ne As New Excel.Application
Set wb = newExcel.Workbooks.Open("\test.xlsm", ReadOnly:=True)
ne.Visible = True
It shows that the plugin is still enabled in that new workbook but the tab is removed and the custom functions are disabled giving me name errors.