I am trying to call a function I wrote with below code. The function is in a macro within the workbook I am using. Can I do this? Do I need to globalize variables, or does the function need to be saved in a special spot?
ccpick = Application.WorksheetFunction.NBSI(Cells(x, FC))
ccpick = Application.WorksheetFunction.NBSI(Cells(x, FC))