Hi!
I have a big workbook that evolves around a cell (O3)
In this case O3=11, but this number/cell changes several times during a working day.
When running the macro, I need the vba to hardcode a formula to A2 with a number from cell O3
The working formula is:
=IF(sheet1!B11=0,0,sheet1!B11)...