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 Chriss Miller 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 CorruptedLogic

  1. CorruptedLogic

    Excel Macro to insert text based on contents of another cell.

    Thanks for the pointer. I'll change it but it's really irrelevant as all this sheet is doing is uploading data to another applicaiton. So long as the number "looks" correct, it doesn't matter (I'm sure that tip will come in handy somewhere else though :o) ) CCNA, CCDP, Net+, A+ Work Smarter...
  2. CorruptedLogic

    Excel Macro to insert text based on contents of another cell.

    Thanks for the suggestions. I now have something that it basically functional using this code: Sub FillWithdrawals() Dim FundName Dim NotificationDate Dim SubAgreement Dim FundID Dim ShareClass FundName = ActiveSheet.Name NotificationDate = "12/31/2007"...
  3. CorruptedLogic

    Excel Macro to insert text based on contents of another cell.

    So this should be easy for someone who knows more about VBA than I (which is diddly squat!). Here's what i need to do (all within the same worksheet): There are two columns, B & C. B contains a numerical value. I need C to contain a value based on the name of the worksheet. So... If the...
  4. CorruptedLogic

    DNS entry to redirect to a different server and port?

    Thanks for the info, could you maybe expand a little on the redirector? i could give a hoot if the user sees the :8080, but getting them to actualyl type it is proving a chore! btw, this is all being done with 2003 servers. thanks again! CCNA, CCDP, Net+, A+ Work Smarter, Not Harder.... This...
  5. CorruptedLogic

    DNS entry to redirect to a different server and port?

    So i'm hoping this is super easy for one of you fine DNS gurus. I have an internal website (helpdesk) that resides on a server (server1) on port 8080, my question is this. Can i configure DNS so that each time a local user on teh network types "helpdesk" into their web browser, they get...
  6. CorruptedLogic

    Restrict SMTP traffic to an IP range

    You sir, are a diamond. Thank you. CCNA, CCDP, Net+, A+ Work Smarter, Not Harder.... This was supposed to be the future.....Where is my JetPack?!
  7. CorruptedLogic

    Restrict SMTP traffic to an IP range

    Thanks for the reply but i think i wasn't clear (my fault, not yours!). Let me re-visit my (bad!) ip range example. the range would be more like 65.18.0.0 - 65.18.15.0, 255.255.240.0 mask. Would your suggestion still work? It would seem that if i used 65.18.0.0 with a /24 mask, then it would...
  8. CorruptedLogic

    Network Printers

    Here's an idea, i have had a similar issue and found it was not the printer, but the normal.dot template in MS word (are you using Word?). All i had to do was delete mnormal.dot and the next time word starts, it recreates it for you. I have this issue with several users (office 2003) and this...
  9. CorruptedLogic

    Restrict SMTP traffic to an IP range

    I'm pretty sure that this is super simple for someone, just not me! All i need to do is define a range of IP addresses (let's say 1.1.1.1 thru 1.1.1.254 for arguments sake) and then allow that range, and only that range to connect to the mail server on the inside of our Pix 506e. Currently, as...
  10. CorruptedLogic

    Place a call directly from a Hyperlink?

    So i know that i can dial direectly from Outlook, that works just fine. I have a need to take this one step futher and dial directly from a hyperlink (like you can send an email using mailto: as the prefix to a link). I guess my question is, is this possible? My thinking is that it must be and...
  11. CorruptedLogic

    Lookout for Outlook

    Sosinc3, you're my hero :o) CCNA, CCDP, Net+, A+ Work Smarter, Not Harder.... This was supposed to be the future.....Where is my JetPack?!
  12. CorruptedLogic

    Lookout for Outlook

    Does anyone happen to know where i can download a version of Lookout for Outlook? MS have replaced it with Desktop Search, which is fine, except that i have several users who just plain NEED to search directly from an outlook toolbar (long story, trust me on this one.) The problem is, all the...
  13. CorruptedLogic

    Can't Change Region on DVD-ROM Drive

    You might also want to take a look at software that effectivley removes the region code. I've had success in the past with slyfox http://www.slysoft.com/en/anydvd.html. Also, echoing what cdogg said, check the manufacturers site for firmware updates. You can also google around to see if a third...
  14. CorruptedLogic

    Problems transferring data using USB Flash Drive

    Glad to be of assistance! CCNA, CCDP, Net+, A+ Work Smarter, Not Harder.... This was supposed to be the future.....Where is my JetPack?!
  15. CorruptedLogic

    Problems transferring data using USB Flash Drive

    Did you by any chance try zipping the files in question before transferring them to the flash drive and seeing what happens on the other end? CCNA, CCDP, Net+, A+ Work Smarter, Not Harder.... This was supposed to be the future.....Where is my JetPack?!

Part and Inventory Search

Back
Top