Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JosieSlift

    VBA to replace in sheet SUMPRODUCT function?

    Hello I am using Excel 2007. I have a worksheet with 200,000 rows of data in it- it was not my choice to set it up this way, I inherited the project! The last column in the range of 200,000 rows is a calculated field that uses SUMPRODUCT to match certain column values for the current row...
  2. JosieSlift

    compare row level array value vs. array aggregate value

    Skip! I just realized that the final array IS written to a sheet! I can try to do what you describe at this point! I will play with the idea... Thanks!
  3. JosieSlift

    compare row level array value vs. array aggregate value

    Thanks again for your help and patience guys :) I think the info you have given me will get me started down the right path
  4. JosieSlift

    compare row level array value vs. array aggregate value

    Skip I think it would be too complicated to change at this point. There is a LOT of code, and like 3-4 different arrays that are all being bumped against one another and transformed into a final result set. I think changing the code too drastically would be a serious head ache. I do plan to...
  5. JosieSlift

    compare row level array value vs. array aggregate value

    In response to: "To elaborate on 3d, consider the simple loop...." Ok I follow you... luckily this is not a problem because the values are wrtten to another array before "count" is incremented... the value of the variable is stored in a row in another array before the next iteration of the loop
  6. JosieSlift

    compare row level array value vs. array aggregate value

    mintjulep: Does each row in the array contain data columns for one and only one week? answer: there can be more than one row for a given EndOfWeek date. For example if there are 3 campaigns all falling in week 1/1/1900, then there will be 3 rows with EndOfWeek = 1/1/1900. Actually to...
  7. JosieSlift

    compare row level array value vs. array aggregate value

    Alright this will be a long post but I will try to re explain my situation in plain english AND address the questions posted by you guys in order.... The situation in plain english: I have a dataset, an array loaded from a sheet in Excel, with a bunch of integer columns and a date column. The...
  8. JosieSlift

    compare row level array value vs. array aggregate value

    Skip I am not skilled with VBA, this project was thrown at me and I'm having to work with what I do know. I'm trying to be as clear as I can and I apologize for any abiguity. Thanks for your patience.
  9. JosieSlift

    compare row level array value vs. array aggregate value

    mintjulep: By the way, you understand that your logic will result in the value of VARIABLE being based solely on whatever is in the LAST row of the array, right? i left a lot of the code out but this bit of logic iside of another loop that walks through the rows appropriately
  10. JosieSlift

    compare row level array value vs. array aggregate value

    What are the permissible values for endofweek ? date... friday of each calendar week
  11. JosieSlift

    compare row level array value vs. array aggregate value

    Hello thanks for replying! By array I actually mean a UDT result set. By row/column I think I would be referring to dimensions within the array. I'm not sure what the correct terminology would be but for example; Public Type RowArray FieldA As String FieldB As Integer EndOfWeek...
  12. JosieSlift

    compare row level array value vs. array aggregate value

    Hello! I am no VBA expert but was recently tasked with supporting and enhancing a project developed using VBA/Excel by another group within my company. I am trying to take this basic logic: For row = 1 To UBound(ARRAY) VARIABLE = CCur(5 * _ ARRAY(row).Column1 + _...
  13. JosieSlift

    new.net

    thank you for introducing me to this little program, it seems very slick
  14. JosieSlift

    W32.HLLW.Nebiwo * Help Please !!!!!!!!!!!!

    look through the list of services, if there are any malicious entries you should know - b/c u should know what should and shouldnt be running as a service :) try hijackthis if your worried about malicious startups or jackers, also try www.trendmicro.com antivirus... i would just delete the...
  15. JosieSlift

    new.net

    PS! this is the error it gives when you try ipconfig /renew or /release: Operation Was Attempted on Something That Is Not a Socket
  16. JosieSlift

    new.net

    A user on our network at work, his computer lost all access to the network this morning. Everything is set up correctly, adaware, spybot, and hijackthis have all been run sucessfully. In hijackthis! there was a new.net entry that would keep appearing no matter how many times it was removed...

Part and Inventory Search

Back
Top