Forum Discussion

rodsan724's avatar
rodsan724
Brass Contributor
Oct 29, 2021
Solved

How can I use VBA to move my shape and then after a few seconds make it disappear

So with help from a similar thread here, I can move the shape as desired, how would I make that shape disappear after a few seconds? And then reappear after another cell selection?   So in other wo...
  • HansVogelaar's avatar
    Oct 29, 2021

    rodsan724 

     

    See the attached version. There is code in three modules:

    ThisWorkbook - to stop scheduling the HideShape macro when the workbook is closed.

    Sheet1 - the Worksheet_SelectionChange event procedure.

    Module1 - to declare the dtmNext variable and the HideShape macro.

Resources