Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi!
i hava a sheet. I don't know how many cells in each column of the sheet are filled with numeric data. I just want to Get the addition of each column of sheet using VBA. Any Ideas, Thanks in advance. Ahmad Jalil Qarshi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
assume the data is from A1 down
the code will be something like this ========== MsgBox WorksheetFunction.Sum(Range(Range("a1"), Range("a1").End(xlDown))) ====================== Ahmad Jalil Qarshi wrote in message ... hi! i hava a sheet. I don't know how many cells in each column of the sheet are filled with numeric data. I just want to Get the addition of each column of sheet using VBA. Any Ideas, Thanks in advance. Ahmad Jalil Qarshi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare sheet 1 column A numbers with sheet 2 column A number | Excel Worksheet Functions | |||
Addition based on left column | Excel Discussion (Misc queries) | |||
PIVOT TABLE Custom Column addition to calculate sum and Percentage | Excel Discussion (Misc queries) | |||
Excel addition of column | New Users to Excel | |||
column addition question | Excel Worksheet Functions |