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 bkrike 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 lotaguts

  1. lotaguts

    Norstar Mics Programming?

    got it, thanks!!!
  2. lotaguts

    Norstar Mics Programming?

    I see where to set the extension to use the group, how do I create the actual groups? I cannot find it in the programming. I came across hunt groups but we do not use any hunts. Thanks
  3. lotaguts

    Norstar Mics Programming?

    Where in prgramming can I find pickup groups, I need to program some extensions to be able to pickup other extensions using f75. Thanks
  4. lotaguts

    Simple VBS question

    Correction ctrl z is not working at all am I using the correct syntax in the wshshell.sendkeys "^Z
  5. lotaguts

    Simple VBS question

    Dim xlApp Dim xlWkb Set xlApp = CreateObject("excel.application") Set xlWkb = xlApp.Workbooks.Open("\\myserver\sys\personal.xls") Set xlWkb = xlApp.Workbooks.Open("\\myserver\sys\ReportExpRenew.csv") Set WSHShell = WScript.CreateObject("Wscript.Shell") WshShell.AppActivate ("Microsoft Excel -...
  6. lotaguts

    Simple VBS question

    How would I apply this to my script which opens a csv in excel ? thanks again
  7. lotaguts

    Simple VBS question

    Thanks I will search
  8. lotaguts

    Simple VBS question

    here is what I am trying to accomplish please look at code below. Dim xlApp Dim xlWkb Set xlApp = CreateObject("excel.application") Set xlWkb = xlApp.Workbooks.Open("\\myserver\sys\personal.xls") Set xlWkb = xlApp.Workbooks.Open("\\myserver\sys\ReportExprenew.csv") xlApp.Visible = True Set...
  9. lotaguts

    Simple Database question

    Can you elaborate on this ? I am using an access page not a form. Where can I add this script in the access page ? Any details would be great ? thanks
  10. lotaguts

    Simple Database question

    I have designed a simple HTML Data access page using the wizard in Access 2003. This is the frontend to a simple table I have at the backend. One of the fields in the page is "Salesman". My question is I want to restrict salesman from seeing other salesman records. So when they access the...

Part and Inventory Search

Back
Top