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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sidetech

  1. sidetech

    Exporting Data that includes Extension and MAC Address

    maybe something like this https://github.com/mick-shaw/Avaya-Aura-CM-Script
  2. sidetech

    9611G Keeps Rebooting Periodically

    http://www.tek-tips.com/viewthread.cfm?qid=1571463
  3. sidetech

    Handset Equalization

    HAC Opt. “Hearing Aid Compatibility” Does this option work with a headset or just the handset? Thank you
  4. sidetech

    cm 5.2 enhanced call forward

    i can add a bridged appearance of phone A to phone B and it works. i can use enhanced call forward from phone A to phone B and it works. But if i use both the bridged appearance stops working. is there a setting i'm missing?
  5. sidetech

    move cell contents over one column

    Thank you Yes, Calculation is set to manual. the field needs to stay the same until a new hire comes in.
  6. sidetech

    move cell contents over one column

    Thank you Skip and sorry i wasn't more clear. the random value in column D, i would like copied to column E but before the random number changes. the worksheet is like this location name type number previous number AXI joe HR 1234 (copy here) i would need to select which cell in...
  7. sidetech

    move cell contents over one column

    i have a a macro button that runs ActiveCell.FormulaR1C1 = "=(RANDBETWEEN(1000,9999))" what i would like it to do is copy the cell to the next column before the rand runs. all the cells are in column D and need to copy to E, same row. the macro record shows this Range("D6").Select...
  8. sidetech

    TM 3.2 Global change of CLID value

    run a report on phones choose headings TN,INSTRUMENT,CUSTOMER,DES,CLID_ENTRY,FTR_DCFW,SYNCSTATUS save report AS CSV open and change FTR_DCFW DCFW<SPACE>4<SPACE>NUMBER HIGHLIGHT FTR_DCFW COLUMN USE FIND AND REPLACE FIND DCFW<SPACE>4 REPLACE DCFW<SPACE>6 CLID_ENTRY...
  9. sidetech

    HTML Links causing error

    did you try turning off ctrl+click and see if it happens
  10. sidetech

    Excel Repeat Rows

    write the names in the column like you want them. either insert a column next to it or if empty use that column. now on the empty colum merge the cells starting next to the first name down 2 rows past the last name. highlight merged cell and more over to the column where the names are. grap the...
  11. sidetech

    Excel 2007 #DIV/0! message

    try this =IF(AND(B3=0,C3=0),0,C3/SUM(B3:C3))
  12. sidetech

    Problem importing multiple CSVs into Excel

    TextQualifier:=Excel.XlTextQualifier.xlTextQualifierNone
  13. sidetech

    TM 3.2 Web Interface

    i guess you have the right version of java, pop-ups enabled and the site as trusted. maybe you could see if firefox will work.
  14. sidetech

    TM 3.2 Web Interface

    is tomcat running on the server?

Part and Inventory Search

Back
Top