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: saw
  • Content: Threads
  • Order by date
  1. saw

    Excel macro to operate on selected range

    Hi everyone, I would like to be able to select a range in an excel spreadsheet, then run a macro that would change the background color to light gray on every other row (of the selected range). How can I do this in an excel macro? thanks for any help, Scott
  2. saw

    Program to selectively "du -sk" directories

    I'm would like to do a "du -sk *" of a directory and for each line that produces, if the size of the directory is greater than 800MB, do a "du -sk" of that directory, then continue. Since this seems to be something that needs to be "line-based" rather than "word-based", I thought that maybe AWK...
  3. saw

    One-Click Desktop Refresh

    I would like to create a shortcut or program to run that would simply refresh the active desktop. Is there a way to do this in one click? I have the desktop set to single-click and would like to be able to refresh the desktop without having to right-click it and select refresh; just refresh...
  4. saw

    Move local file in Javascript

    Is there a way in Javascript to move or rename local files? I'd like to put some javascript into a link in IE Favorites that would swap between two different sets of Links. Basically I'd like to have a HomeLinks directory and a WorkLinks directory and be able to copy/move/rename one or the...
  5. saw

    Open more than one small window at a time w/javascript

    I have a web page in which one can click on an item and a small window opens to show info on that item, but when I try to click another item to compare with the first, it only fills the original window with the new item's info. How can I open multiple small windows with javascript? thanks for...
  6. saw

    javascript to search on highlighted word

    Javascript gurus, I had found some javascript code somewhere that you put in the location URL of a Netscape Personal Toolbar Button. When you highlight an address and press the toolbar button, it pulls up a MapQuest map of that address, or if nothing is highlighted, it prompts the user for an...

Part and Inventory Search

Back
Top