Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have put the following code in the module of my main userform;
Sub OnKey Application.Onkey, "{Tab}", "Update" End Sub Sub Update() TextBox586.Value = Worksheets("IncStmtSummary").Range("F5") TextBox586.Text = Format(TextBox586.Text, "$#,##0") End Sub I am attempting to have TextBox586 update whenever the Tab key i pressed. It does not work. Any suggestions. Does it matter where put the code?? Thanks -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
onkey help | Excel Programming | |||
onkey | Excel Programming | |||
Onkey Method | Excel Programming | |||
Onkey Error | Excel Programming | |||
Onkey | Excel Programming |