Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Dear Mangesh I modified your code so that it counts the number of items in Cell A But it displayed a mitmatch type error Dim j As Integer j = 0 Range("A1").Select For i = 1 To Range(Selection, Selection.End(xlDown)).Count MsgBox Cells(i, 1) j = j + 1 Next MsgBox "Total is " + j End Su -- ajitpalsingh20 ----------------------------------------------------------------------- ajitpalsingh200's Profile: http://www.excelforum.com/member.php...fo&userid=1615 View this thread: http://www.excelforum.com/showthread.php?threadid=27586 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I put together amount different item on separate sheet pe. | Excel Worksheet Functions | |||
Max Date and Item - How to get in one sheet ? | Excel Worksheet Functions | |||
Going through each item in a sheet | Excel Programming | |||
Going through each item in a sheet | Excel Programming | |||
Going through each item in a sheet | Excel Programming |