Forum Discussion
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 words, when I click on a cell, move my shape to that cell, then it disappears after a few seconds. If another cell selection is made, show the shape again at the selected cell and then disappear again.
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.
3 Replies
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.