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 Sbaugh

  1. Sbaugh

    Color Matrix and Selection in a Combobox

    Here is what I did to get the RGB into the proper cells. Private Sub ComboBox1_Change() Dim i As Long With Me i = WorksheetFunction.Match(.ComboBox1.Value, Sheet2.Range("G1:G56"), 0) i = Sheet2.Cells(i, 1).Value...
  2. Sbaugh

    Color Matrix and Selection in a Combobox

    I have a userform that I am trying to populate the Combo box with the names of all 56 colors and I want the Color to appear in a Textbox below it. I have the colors, Hexidecimal and the RGB colors in my spread sheet and I could utilize this. I was able to get the color words into the combobox...
  3. Sbaugh

    Hexidecimal to Interior Cell Color

    Thanks for your reply.. The code I ended up using was: Private Sub ComboBox1_Change() Dim i As Long With Me i = WorksheetFunction.Match(.ComboBox1.Value, Sheet2.Range("G1:G56"), 0) i = Sheet2.Cells(i, 1).Value .Range("AD32").Interior.ColorIndex...
  4. Sbaugh

    Hexidecimal to Interior Cell Color

    Sorry for the late reply, Holiday chaos and return to work chaos. I think I put your code together like you listed above, but I am only getting the numeral "1" to appear in A1... Was that the intent of your code or am I missing something? Thanks for you reply, I truly appreciate it! Scott...
  5. Sbaugh

    Hexidecimal to Interior Cell Color

    Reading through the Forum I have found some possible answers yet I still cannot get this to work. I posted this question here already, but no replies: http://www.ozgrid.com/forum/showthread.php?t=149311 I was hoping someone might be able to help mefigure out what the problem is. I found this...
  6. Sbaugh

    Hexidecimal to Interior Cell Color

    Reading through the Forum I have found some possible answers yet I still cannot get this to work. I posted this question here already, but no replies: http://www.ozgrid.com/forum/showthread.php?t=149311 I was hoping someone might be able to help mefigure out what the problem is. I found this...
  7. Sbaugh

    Spyware controlling my computer - HELP plz!!!

    The systems seems so much better now. I did forget to run the Combofix.exe That was the fix for the system, not to say the rest of it did not help. Thanks for all the info on this. I would have never found the fix for this adware "HE double hockey sticks." Glad I got that behind me. I don't...
  8. Sbaugh

    Spyware controlling my computer - HELP plz!!!

    Sorry not sure what happen, but here is the rest of the hijack log. Printing\hpswp_extensions.dll O9 - Extra button: Research - {92780B25-18CC-41C8-B9BE-3C9C571A8263} - C:\PROGRA~1\MICROS~4\Office12\REFIEBAR.DLL O15 - Trusted Zone: http://security.symantec.com O16 - DPF...
  9. Sbaugh

    Spyware controlling my computer - HELP plz!!!

    Yes I did run everything I will get you the logs for each... sorry I missed that. Thanks! ComboFix: ComboFix 08-04-15.1 - Scott 2008-04-15 18:07:24.1 - NTFSx86 MINIMAL Microsoft Windows XP Professional 5.1.2600.2.1252.1.1033.18.1743 [GMT -5:00] Running from: C:\Documents and...
  10. Sbaugh

    Spyware controlling my computer - HELP plz!!!

    Well I followed the above pechenegs. I am still seeing some of the adware crap and I am still however locked out of doing a google or yahoo search. I was able to try it once and it worked in IE. I tested Mozilla and it will not search. just keeps saying in the lower left hand corner of the...
  11. Sbaugh

    Spyware controlling my computer - HELP plz!!!

    OK here is my log file: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 12:39:08 PM, on 4/15/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe...
  12. Sbaugh

    Spyware controlling my computer - HELP plz!!!

    I am having a heck of a time getting rid of this spyware bot that starts up at a reboot. Seems to be hiding behind Rundll32.exe - I can remove it and my search engines starts working again, but only for a short while because it starts back up. I have used the Hackthis to remove it from the...
  13. Sbaugh

    Browse for approriate program....

    Thanks linney! I haven't tried it yet but that's a lot closer then I was this morning. Have a star! Thanks guys, Scott Baugh, CSWP [borg2] http://www.3dvisiontech.com http://www.scottjbaugh.com
  14. Sbaugh

    Browse for approriate program....

    I have tried this but it continues to use the wrong app. The app I'm trying to use is called Solidworks. Solidworks also has a viewer, that will take over from time to time if it is used. Well I used to to test for a customer. Now all my part files are associated to the viewer. I have tried...
  15. Sbaugh

    Browse for approriate program....

    Browse for appropriate program to open a file. When I browse to the correct application it doesn't show up in the list. I can browse to any other application and it will show up, but not the one I want. Is there a way to force this to go into the menu, so I can pick it to open an associtated...

Part and Inventory Search

Back
Top