bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 734
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I am using the Get.Cell Excel 4 macro function to show the actually number format being displayed in a cell (Get.Cell(7,A1)).
I would like the Get.cell Cell to update automatically when I change the cell format. The only way it updates now is if I enter the data in the source or I click and do something in the cell that houses the Get.Cell formula.
I was using the Calculate function in the SelectionChange worksheet event but that doesn't seem to help.
Do you know of what that would cause functions like this to update dynamically without my having to manually perform some action on the impacted cells (both the source and formula cells)?
I was thinking if I could cause some event to happen on the spreadsheet somehow (like using the Calculate VBA function) that it create some sort of movement (like moving a spiderweb) that trigger the function to update automatically.
Has anyone found a solution for this issue over the years?
Thank you for your help,
Michael
I would like the Get.cell Cell to update automatically when I change the cell format. The only way it updates now is if I enter the data in the source or I click and do something in the cell that houses the Get.Cell formula.
I was using the Calculate function in the SelectionChange worksheet event but that doesn't seem to help.
Do you know of what that would cause functions like this to update dynamically without my having to manually perform some action on the impacted cells (both the source and formula cells)?
I was thinking if I could cause some event to happen on the spreadsheet somehow (like using the Calculate VBA function) that it create some sort of movement (like moving a spiderweb) that trigger the function to update automatically.
Has anyone found a solution for this issue over the years?
Thank you for your help,
Michael