Hi, i just discovered this forum

Im working on a JS add-in that will take over some responsibility from some VBA code. That means i have a hybrid document with both an add-in and VBA doing work.
Anyways, i was wondering if there are any best practices when sharing values between js and VBA? I want to share an AUTH token with the VBA code. And im not really a big fan of sticking that in a random cell somewhere.

Thanks for your time. any suggestions is greatly appreciated.
I am also quite new to excel development, so let me know if i am doing something stupid here


TLDR:
What is best practice when passing values between JavaScript and VBA?

Sincerely Ballzer0