Skip to main content
March 30, 2023
Solved

How to use external macro after refresh workbook in forms template

  • March 30, 2023
  • 1 reply
  • 0 views

 

We are trying to create a form with external vba code to refresh automatically once the onestream addin- refresh workbook. 

Best answer by JackLacava

That's really an Excel question... as far as I know, there is no facility in the add-in to do that sort of thing.

You might have better luck by implementing your own "refresh" routine, that first calls the add-in function and then executes its custom bits.

1 reply

March 30, 2023

That's really an Excel question... as far as I know, there is no facility in the add-in to do that sort of thing.

You might have better luck by implementing your own "refresh" routine, that first calls the add-in function and then executes its custom bits.

August 9, 2023

Hi Jack,

 

Thanks for your idea, i have created a code to call Onestream addin refresh, along with vba code to run based on Onestream workflow data.

Thanks for your spark on this.