asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,286
- Office Version
- 2013
- Platform
- Windows
Code:
Me.Label15.Caption = Format(Sheets("list").Range("H1").Value, "###,##0")
Hello
I have a userform and Label15 caption shows the H1 cells data at worksheet"list"
Is there any way to change that code will look column H and last entry will populate at Label15 always?
Thanks