Number Message İn Status Bar Online Excel and Excel Macro (VBA) Courses Copy Macro 'For online Excel courses click: https://www.excelsizeyeter.com/excelwithkenan.com/udemy_giris.php Declare Function GetAsyncKeyState Lib "User32" _ (ByVal vKey As Integer) As Integer 'GetAsyncKeyState est asynchrone - La touche est mémorisée Sub testToucheA() For y = 1 To 10000 Application.StatusBar = y Next If (GetAsyncKeyState(65) 0) Then MsgBox "Touche A frappée." End If End Sub Report problem with this macro This macro does not work. There's an error in the code. Other You can write your comments about the error in the box below. Report error ALL MACROS Youtube Channel The following macros may be useful for you. Similar Results NoMacro Name 1 number message in status bar 2 excel operators hk 3 Show progress in status bar: You can use this macro to show the progress of a macro code in the status bar. This code will add up to 5000 serial numbers to your sheet / page and will progress along with the status bar. 4 list formulas on new sheet / page 5 specifies in detail how many formulas are in the book (on new sheet / page) 6 collects selected fields in status bar 7 excelin all menu pushbutton pictures 8 CODES COLLECTING NUMBERS IN ACTIVE CELL 9 parenthesis the number example: 3- = (3) the line next to the number is required 10 status bar macro with a message waiting 11 Number / Highlight Cells that Error in the entire worksheet: This code will help you to highlight and count all the cells you have made an error with. Just run this code and it will return a message containing the number error cells and will highlight all the cells. 12 Write numbers to a1: a5 and warns c1 if their total is 100 13 Write numbers to a1: a5 and give warnings to c1 if their sum is not 100 14 learn the number of sheet / pages in the message by opening 15 warning message if the numbers are different 16 age calculation and message notification 17 error message in macro codes 18 number of sheet / page prints with message box (prints even if the sheet / page is blank) 19 Use the new line (ENTER) character when writing notes in a macro 20 Use double quotes (") character when writing notes in macro