realestated
New Member
- Joined
- Jul 22, 2013
- Messages
- 6
Hi,
I have been trying to put the value of a cell in Excel 2010 into the status bar so I do not have to flip back and forth between sheets after changing inputs in my model. Does anyone know how to alter the code below to make it automatically update and put it into the Accounting format?
Here is what I have so far:
Private Sub Worksheet_Calculate()
Application.StatusBar = "To DDA: " & Range("='Sources & Uses Detail'!H162").Value
End Sub
I have been trying to put the value of a cell in Excel 2010 into the status bar so I do not have to flip back and forth between sheets after changing inputs in my model. Does anyone know how to alter the code below to make it automatically update and put it into the Accounting format?
Here is what I have so far:
Private Sub Worksheet_Calculate()
Application.StatusBar = "To DDA: " & Range("='Sources & Uses Detail'!H162").Value
End Sub