I need some assistance with an issue I’m encountering related to object creation. When I click on CellContents, the following objects are created as expected. However, when I press the Next2 button and then the Back2 button (to the first page), the objects are not created.
I believe this issue is related to my variable setup. When Next2 or Back2 is pressed, it adjusts the variable by adding or subtracting 1, which changes the page and creates new objects.
The problem seems to occur when the variable Page equals 0, as the objects are not created in this case. I think this happens because these objects are only created when CellContents is pressed.
Could anyone please help me resolve this issue?