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 Mike Lewis 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. thelos

    stop staff cracking excel workbooks

    hi, i work for a small offshore company we use a excel workbook offshore, we have multiple locked down cells within the book. however the offshore staff have been using an unlocking excel add-in called password.XLA to unlock the book. is there any way of stopping these types of unlocking tools???
  2. thelos

    vlookup

    hi guys im having a little problem using the vlookup function, what i have is two sheets (sheet1 and sheet2)on sheet one i have 3 columns. column a "ss numbers" a unique identifying number for each person column b name of employees column c job number on sheet sheet two i have the same...
  3. thelos

    Replace

    hi there again, i am trying to replace a"." with a"/" in column A, i have used the recorder and it gave me this code: Selection.Replace What:=".", Replacement:="/", LookAt:=xlPart, _SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _ReplaceFormat:=False when i use the...
  4. thelos

    trying to move dates to week ending

    hi there guys im having a funny problem inserting a piece of code. With Range(Cells(2, "A"), Cells(2, "A").End(xlDown)) lRowStart = .Row lRowEnd = lRowStart + .Rows.Count - 1 End With With Range(Cells(lRowStart, "B"), Cells(lRowEnd, "B")) .Offset(-1).Value = "WE" .Formula =...
  5. thelos

    add up repeating values in two columns

    i have the results linked to a graph so i have to give coordinates for the graph to read from a consolidation works best but trying to code it for a macro to work on different machines was a bit strange thats why im looking for a chunk of code that just cycles through adding up hours for...
  6. thelos

    add up repeating values in two columns

    hi guys i had a question on consolidation yesterday its along the same lines . if i have two columns the date and value of hours is it possible to loop through them adding up the values if the dates are the same leaving me with one date and one value i tried using the pivot info i have...
  7. thelos

    consolidation

    thanks guys im off to follow the wizard
  8. thelos

    consolidation

    the info from the consolidation i just need placed in columns e-g thanks
  9. thelos

    consolidation

    column a column b column c WE A type Hours 1 dd/mm/yy Pedd 1 2 dd/mm/yy Pedd 2 3 dd/mm/yy Pedd 3 4 dd/mm/yy Pedd 4 5 dd/mm/yy Pedd 5 6 dd/mm/yy Pedd 6 this is how my un consolidated info appears...
  10. thelos

    consolidation

    is there any way to code the consolidation?? without using a pivot table?? the reason is the info from my consolidation is picked up from an external graph page which reads in 3 other pages and produces a graph of actual, predicted and also produces an s curve can i still easily link this if i...
  11. thelos

    consolidation

    hi there again i am writing a macro in which i need to consolidate colums a colums b and colums c (a = WE , b=A type , C =Hours ) the problem is the macro needs to consolidate different depths of information every time ive tried a number of different things none seem to work. please help
  12. thelos

    macro and pivot table

    hi guys in a macro i am writing at the momenent i am trying to tell a pivot table to use everthing on the page i cant use absolute reference because each workbook it will pivot is a different column depth there will always be 5 columns thanks
  13. thelos

    excel relative positioning needed

    i am working with a download from sap when i import the information i have to move a few things about then insert a couple of formulas. the problem im having is column b is empty i need my maacro to call the column "WE" then input a formula and autofill to the same depth as column a. You see...
  14. thelos

    excel relative positioning needed

    not sure how to use this code SkipVought
  15. thelos

    think i need an if statement

    hello there i have a column in a spread sheet in excel called "hours" if the hours are equal to zero i want to delete that entire row can someone please help
  16. thelos

    excel relative positioning needed

    thanks pullemall ill give it a try
  17. thelos

    excel relative positioning needed

    i would like to know how i can find the depth of a column then use that amount to set the depth of other columns in excel. for example if my first column is (a2:a40) and i have a formula to paste in the next column that i only want to go to the same depth the reason i ask is because the...

Part and Inventory Search

Back
Top