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

    Need help in Charting: retrieving the series.

    Hi All, I'm trying to retrieve the series from an already configured chart. I need to know what column is it referring to on the chart. Any help is appreciated, Thank you in advance.
  2. annanathan

    Help: find command need to display only name of the file

    Hi all, I need help to understand how to use the find command to get the name of the file only. find d:/something/ -name "*.txt" -exec another_script.sh {} \ ; I need to pass only the name of the file found in the 'another_script.sh'. (extenstion excluded also) Thank you in...
  3. annanathan

    mkdir and cd using xargs... help needed

    Hi all, I'm trying to create a directory with the current day of the following format: "date '%d_%B_%y'", since I want this job to run every day and create directory for each day... Then I want to change directory of the newly created directory, but it's not working. This is what I...
  4. annanathan

    How to get 5 char on left of a field

    Hi All, Does anyone how to find the left 5 characters of a field in SQL? is there a built-in function that can be used to achieve this? Any help is appreciated. Thank you in advance.
  5. annanathan

    Finding file with a specific time_stamp

    Hi All, Does anyone know how to Remove all the files in a particular directory if their last time modified was yesterday at 8:30am? (or any specific time stamp ) Any help is appreacited. Thank you.
  6. annanathan

    Need help on Comments in Excel

    Hi all, I have an excel sheet filled with data in column A. I need the column B to say "Explain" whenever the value in cell A is less that 200 and I want the 'Comment' box to appear eg. A B 1 123 explain 2 234 3 423 4 53 explain 5 234 row 1 and 4...
  7. annanathan

    FSO -FileSystemObject... Reading word by word.

    Hi All, Does anyone know how to read word by word from a file using FSO? Another question... Is there a rewind or some similar function in FSO to go back to the line just read? Thanks in advance.
  8. annanathan

    Calling Macro on another workbook!

    Hi All, I need help on how to call a Macro on a workbook from another workbook. I'm using Excel 97. I think in Excel 4 we could have done something like Application.Run Macro:="Workbook_name!macro_name" Does anybody know how to do this in Excel 97 Thank you in advance.
  9. annanathan

    Need help in sequential files!

    Hi all, I have an INI files with data that I need to read to then manipulate it. I also have comments in this file. A commented line in this INI file would have a semi-colon at the beginning of the line eg. ;comment here How can I write a code for this so that if the read line is commented...

Part and Inventory Search

Back
Top