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!

Search results for query: *

  • Users: Tracy3e
  • Content: Threads
  • Order by date
  1. Tracy3e

    Excel - linking graphs

    I know there is a way to link from one cell to another cell in a different worksheet. Is there a way to link a graph in one worksheet to another worksheet? TYIA
  2. Tracy3e

    zone alarm advisorys - users

    Couldn't find the XP Home forum so posting here. When a "security advisory" pops up for a new program I'm using on my user account, the same advisories pop up on my son's user account and he has to go through them all or allow or deny, even though its been hours since I ran the program that...
  3. Tracy3e

    cut

    Is there a way to cut up a file based on a word that is found in each line? I know you can cut on field position or delimeters but the only thing that is standard in this file is this one word that I'd like to base the cut on. Or another similar command to cut? Thanks
  4. Tracy3e

    CSS or shared borders?

    Hello, I've inherited a website that is now my job to update. When I open the pages, they are missing the top border and the left hand border (or navigation bar). The tags on the file indicate a CSS is in use, and the dcpac.css file is there in the same directory. <meta name="ProgId"...
  5. Tracy3e

    select where

    I need to do a query that finds entries matching a string, and one position in the string varies. If you use the % option, it matches zero or more characters. I need the % to vary only on exactly one character in the string. I hope I am explaining myself well enough.
  6. Tracy3e

    grep - sort end of line

    Hi, I'm trying to do something weird I guess, because I can't figure out how to do it. I have a file I'd like to sort. Instead of the sort looking at the field 1, I'd like the sort to look at the lines backwards, starting at the end of the line. I tried using the position or column sort but...
  7. Tracy3e

    REPLY-ALL

    Any idea why only sometimes when I do a Reply-All it puts me in the TO: line of the message? I can't find a pattern as to why it sometimes does and most times doesn't. Thanks.
  8. Tracy3e

    comparing tables

    Hello, just want to do a query to pick out a record from one table if the same userid doesn't exist in the other table. select userid from table1 where userid not in table2; Is that possible? server version: 3.23.54 Thanks.
  9. Tracy3e

    killing Quicktime

    Somehow Quicktime was installed on my computer and it sits in the tasktray every time I boot my computer. I want to get rid of it but do not see it under Add/Remove programs. In my other system (Win98) you can edit the startup items (win config) but I don't see the same options on Win2000...
  10. Tracy3e

    change print spool location

    Hello, Where would one change the default print spool location from C: to D:?
  11. Tracy3e

    ISP re-distributing messages

    Have you ever had the problem where a 3rd party ISP is redistributing messages it should be leaving alone? Here's the problem: A user sends a message to about 100 recipients. Some are local to Exchange, some are on the Internet. One of the Internet ISP's (which shall remain nameless for...
  12. Tracy3e

    elapsed time calculation

    Is there anyway you can type in a start and finish time into two Excel cells and have it calculate the elapsed time? e.g. from 9:01am to 2:37pm. Thank you.
  13. Tracy3e

    SMTP error codes

    Hello, Is there a website I could go to to find a friendly description of SMTP error codes such as 550 5.0.0 Access denied? Thank you.
  14. Tracy3e

    DNS &amp; Subjnet masks

    Any suggestions for simple, easy to understand documentation on the DNS itself and also Subnet Masks? Unlike the lucky ones, I missed out on the geek-brain-cells gene (:I so this stuff does not come naturally to me, no matter how hard I try to pound it in to my head(!) I know the concept is not...
  15. Tracy3e

    grep &quot;too many arguments&quot; ---- you want an argument do you!?!

    grep is so annoying when it says &quot;argument list too long&quot;. This happens quite often when searching our large directories. grep -i srchparam *1f* <---- too many arguments grep -i srchparam *1fL* <---- too many arguments grep -i srchparam *1fLA* <---- too many arguments grep...
  16. Tracy3e

    conceptual question

    I know nothing about Javascript - am wondering if this language or any other would make the following concept possible: Spammers love our website because we display our employees email addresses on our website (company policy). To prevent the harvesting of email addresses, we would like to...
  17. Tracy3e

    newbie ODBC question

    I do not understand this ODBC setup on Win2K very well. I keep getting a pesky error that I do not know how to get rid of. From Excel we choose - Data - Get External Data - Run Saved Query - Choose Query - Then asks where to put the data (choose OK to leave as default $A$1) [Microsoft] [ODBC...
  18. Tracy3e

    gunzip - how to keep original zip file

    Sorry to ask such a lame question but I cannot find the answer in any docs. What is the switch to keep the original .gz file when gunzipping a file? ThankU
  19. Tracy3e

    Quick Launch

    Hello, is there a way to enable the Quick Launch feature in NT?
  20. Tracy3e

    WAIT command

    Hello, I have several icons in my startup file and one of them never loads properly because the drive mappings in the first bat file haven't completed yet. Is there any way to tell a program in the startup to &quot;wait&quot; a minute or two before executing? Thanks.

Part and Inventory Search

Back
Top