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.
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...
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...
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.
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.
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...
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.
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.