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 strongm 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. thestampdad

    Javascript needed for PayPal Shopping Cart

    Hello everyone, I am trying to find a way to use javascript (I no nothing about this) to pass to our PayPal shopping cart the right shipping and handling charge. I was told that javascript would be able to help? We are selling 3 things that all have a different price and different shipping...
  2. thestampdad

    Blurry/Grainy Display

    Hi Nelviticus, I was finally able to fix my problem. I opened a program that said "This program functions at a higher colour setting". Then it hit me, I checked my Colours and it was set for "256 Colours" once I changed it to "High Colour 16 Bit" all was back to normal. It seems that when...
  3. thestampdad

    Blurry/Grainy Display

    Hi Nelviticus, I uninstalled the drivers and reinstalled as you suggested. Unfortunately it had no effect. I will try to borrow a monitor to determine if it is the monitor or PC. Thanks for helping, Dave.
  4. thestampdad

    Blurry/Grainy Display

    Hi Nelviticus, Thank you. I did not try any settings that the monitor could not handle. I only had the options show which refresh rates could be handled and never ran across the black screen. As you suggested, I plugged the monitor into my laptop and the resolution was perfect. So it appears...
  5. thestampdad

    Blurry/Grainy Display

    Thanks Martin. Sorry, the screen is 16" diagonally. It is a Dell Trintron so I believe it is a CRT. I know nothing about this stuff and I have no manuals to refer to. I have tried all of the refresh frequencies (60, 70, 75, 85)with no improvement. All I did was switch between 1024 by 768...
  6. thestampdad

    Blurry/Grainy Display

    Hope you can help. I was "playing" with the screen resolution. Was 1024 by 768 pixles tried 1152 by 864 pixels used it for awhile went back to 1024 by 768 pixles after a few hours Now screen is not sharp but grainy My wallpaper is very grainy and some programs don't display correctly anymore...
  7. thestampdad

    How to stop a loop in Excel Macro

    Thank you very much Zathras. This worked perfectly. I don't understand it but it works. I will need to spend some time learning more about coding macros. Dave.
  8. thestampdad

    How to stop a loop in Excel Macro

    Thanks PH. I pasted your code into my macro but it still loops. Perhaps I am missing something. I ran your code as a separate macro. I am not a macro expert, I do these by usually recording them not actually writing them. Some code I have "borrowed" from other sources. Thanks, The Rookie.
  9. thestampdad

    How to stop a loop in Excel Macro

    Below is part of a macro I have in Excel which is stuck in a loop. How do I stop the loop once the last cell has been found and dealt with? I would like the macro to automatically continue without any manual intervention. keep_going: Cells.Find(What:=" Total", After:=ActiveCell...
  10. thestampdad

    USB Port - Is it Working?

    Thank you kestrel1 for your reply. Since I was not sure how to find the Device Manager, I am not that computer saavy, I went looking in the Control Panel and found a Scanner and Camera button and open it which allowed me to add a new device. This detected my new camera and seems to have fixed...
  11. thestampdad

    USB Port - Is it Working?

    I hope I am posting in the right area. I am running Windows 98 SE. I have just installed the software for my Canon Digital Camera (Power Shot A70) and when trying to download the pictures, my computer cannot find the camera. I have rebooted with the cable in the USB port hoping that my...
  12. thestampdad

    Using Nested If in Excel

    Thank you to all who responded to my question. I have found that the response from sfvb to be the best option for me. This one allows more than 7 statements to be used since they are not IF statements. This also does not care if a field is blank which is what I was looking for. Thanks, Dave.
  13. thestampdad

    Using Nested If in Excel

    I am using a Nested IF statement which is not returning the correct value for me. I have 7 IF's and one cell that it references is empty but this may not always be the case. Once the formula hits this empty cell it does not seem to carry on with the remainder of the formula. The formula below...
  14. thestampdad

    Print Area Property - Cannot set dynamically

    Hope someone can help me with this. I am trying to set a print area that is 14 columns wide but can be any number of rows. The number of rows changes daily. The print area cannot be "hard coded" it must be dynamic. Here is my code so far: sub printing()...

Part and Inventory Search

Back
Top