Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Bernie Deitrick" <deitbe @ consumer dot org wrote in message ...
Ste, I think you would be better off telling us what it is that you want to actually calculate. There may be a formula-based solution that would work. HTH, Bernie MS Excel MVP Hi Bernie, believe it or not my son and l actually cracked it (after weeks of struggling)... This mod let it know whic=h row was last worked on... hRow = Sheets(sSheetOne).Cells(2, 9).Value + 2 This mod made it add the total found to the original total.. ActiveSheet.Cells(sRow, (8 + lx)).Value = ActiveSheet.Cells(sRow, (8 + lx)).Value + lHits(lx) Really glad its working now... but thankyou very much for your offer to help, very much appreciated..... seeya ste |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening files takes over 2 mins within excel | Excel Discussion (Misc queries) | |||
how can i convert a value quoted in hrs,mins,secs to just mins | Excel Worksheet Functions | |||
Adding minutes showing total in hours/minutes, i.e., 60 mins + 60 mins + 15 mins to total of 2 hours 15 mins? | Excel Discussion (Misc queries) | |||
How to convert numeric value to mins and addimg mins to Hrs. | Excel Worksheet Functions | |||
Save takes seconds vs. SaveAs/Save As takes minutes | Excel Programming |