Recent content by indyitguy

  1. indyitguy

    Touchscreen not calibrating

    I've swapped the digitizer on an ASUS Q502L and the X axis seems to be off but the Y axis is right on. If I touch anywhere along the bottom of the screen it registers at the top but on the same Y axis. If I touch a little higher from the bottom it registers a little lower from the top, moving...
  2. indyitguy

    Chrome new tab on login

    And now it's back... lol I uninstalled Chrome, ran ccleaner, rebooted, re-installed Chrome and it's still doing it. Tried Firefox and it's not doing it at all... Not sure if it's a bug in Chrome or not.
  3. indyitguy

    Chrome new tab on login

    Strange... This started when I removed my profile and created a new one, I assumed that would have reset everything. Resetting using the reset button under advanced settings did work, thanks jbrown156.
  4. indyitguy

    Chrome new tab on login

    As soon as I click submit to login to any website Chrome is opening the login in a new window. Does anyone know of this setting or what could be causing it?
  5. indyitguy

    Cannot change part of an array when sorting

    Gotcha... So what would be the best way to get started on getting everything moved to Access? It's really not that much data, People that are playing, their picks (30 questions), and their Tie Breaker pick (total score of the SB).
  6. indyitguy

    Cannot change part of an array when sorting

    Yea I know Access is in the Office Suite and I really need to start getting into it when I go this deep into excel... lol I already have this setup and ready to go, all it needs to do is sort the leaderboard.
  7. indyitguy

    Cannot change part of an array when sorting

    I have not, I will be emailing this out to all of the participants so they can track the points on their own during the game.
  8. indyitguy

    Cannot change part of an array when sorting

    I have a workbook I'm using to track a super bowl prop pool. 5 worksheets contain all of the data and one worksheet contains a leaderboard and a place to select the correct answers to the questions. I pull the leaderboard in by (=transpose(named range)). The leaderboard consists of 3 columns...
  9. indyitguy

    Excel Function question

    Thanks for the reference box changing, that works great. Do you know of a way to reference a cell that would contain a file name rather than the file name itself in this function: ='[workbook1.xls]Sheet1'!$C$6 I've played with Access before but very briefly... So I would be able to "import"...
  10. indyitguy

    Excel Function question

    I'm just pulling the contents of cell B3 on Sheet1 into a cell on Sheet2. I had almost 100 ='Sheet1'!?? to type up... The data on Sheet1 isn't all in a column or row for me to view easily so I was pulling it into Sheet2 so it would be in a list. Since I had so many to type up I figured I...
  11. indyitguy

    Excel Function question

    Is there a way excel will recognize the value of [=A1&A2&A3] as a function? Example: Cell A1 is = Cell A2 is 'Sheet1' Cell A3 is !B3 Cell A4 is =A1&A2&A3 That would make Cell A4 produce ='Sheet1'!B3 so shouldn't it actually equal what is in cell B3 on Sheet1?
  12. indyitguy

    Slow internet speeds.

    Is it your router or your ISP's? Do you have access to another router you could try to rule out the router being the issue?
  13. indyitguy

    Slow internet speeds.

    Are you accessing your network via wifi or cabled? If cabled, try a different cable. Have you tried other devices to see what the speed is on them? Does it drop on those devices? Is your WiFi secured?
  14. indyitguy

    Use current logged in user

    So when recording to create the .iss file would I just type %username% in the username field when that prompt comes up?
  15. indyitguy

    Use current logged in user

    I'm creating a .iss file to do a silent install for Avaya IP Office and one of the prompts is asking for the username. Is there a way to pull the current logged in user account to answer that prompt?