Forum Discussion
Bao_bab
Feb 17, 2023Copper Contributor
Copy a formula result to a cell in another sheet + add succesive formula results in consecutive rows
Hi, I am running a partially randomize set of data and trying to find the best solutions depending on certain parameter changes. I need to "record" certain solutions and then compare different re...
Bao_bab
Feb 24, 2023Copper Contributor
Thanks @Hans Vogelaar ! Went for the second option.
HansVogelaar
Feb 24, 2023MVP
You copied the code into a standard module.
It should be copied into the worksheet module of Sheet1 instead. To activate this module, right-click the sheet tab of Sheet1 and select 'View Code' from the context menu.
See your private messages.