Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Hi
Run this macro Sub test() Dim Cbar As CommandBar Dim BCOUNT As Long BCOUNT = 0 For Each Cbar In Application.CommandBars If Cbar.BuiltIn = True Then BCOUNT = BCOUNT + 1 End If Next MsgBox BCOUNT End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "RAJEEV CHADHA" wrote in message m... Hi, Can anyone tells me that how many total built in commands are there in excel. Rajeev |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
putting a number equal to writing commands | Excel Worksheet Functions | |||
How to format a number in Indian style in Excel? | Excel Discussion (Misc queries) | |||
multiply by actual number in cell | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |