Rodie
I understand what your saying if file Exists etc.
My problem is a know zero about VB and I have to add the above function to the excel sheet !!!
Can you help at all?
Hi guys I am no VB expert at all so I am in desperate need of help please.
Does anyone have some code I can cut and past for the following:-
I have a excel spreadsheet with 2 worksheets.
I have a button in one of the sheets and what I want to happen is once this button is clicked I want it to...
Last question of the day folks.
I have the script running nice now where it adds up lines of data, however some lines of data look like this.
3.2
1.1
0.5
0.2
0.2
0.2
0.1
Notice some of the lines have no data what I need to do is to add a 0 to the empty lines, how can I do this??
Regards
Ian
Hello.
I have a file that looks like this below.
3.2
1.1
0.5
0.2
0.2
0.2
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1
I wander if anyone has a way to read this line by line and add up the totals and send it to another file.
This file can have as many as 100 lines and as little as 4 so I never know how...
I create the cron jobs in a text file I call crontab.txt.
Once I am happy with it I issue the following command.
crontab crontab.txt
This usually works fine, I check it by doing a crontab -l
However these errors are occurring whilst issuing the command crontab crontab.txt
Regards
Ian
...to set up cron jobs on a Sun Solaris 8 server and getting nothing but errors back.
I want my 2 scripts to run every 5 mins.
I have tried this:-
*/5 05-22 ** 1-5 /export/home/smithia6/myscript1.sh
and I get this :-
crontab: error on previous line; unexpected character found in line.
I...
Please does anyone know the answer to a simple problem.
I have a file with mabey 350 lins of data a day, the lines of data look like the below.
113M,583M,78
All I want to do is to look at this file called data.csv and remove the M so it will look like this...
113,583,78
Regards
Ian
Hi.
I am wondering if anyone can help please.
Does anyone have a script or can start me off on the right tracks to create a script that can be ran every 60 seconds on a sun solaris 8 server that will report back the CPU usage, memory usage and disk traffic usage and append the 3 figures to a...
Well I have read everyone's comments and I just thought I will add a few.
I think everyone has in their view a valid point, I don't think anyone is bashing anyone or putting people off getting certifications.
Just to give you a little insight, I don’t have any UNIX certifications, nor really do...
Where aam I going wrong here?????
#!/bin/ksh
for D in `$*`
do
mv &BAKUP/*_$D.dat ~/iandave/file1
done
cd ~/iandave
if test -f file1
then
cat file1 | cut -c3-12 | sort > ./file2
else
echo "No Files Exist"
exit
fi...
I don’t suppose you could elaborate on that a little could you!
How do I pass the variables to the script if I add then at the start of the script how do I call back upon them within the script, and if I don't know how many I am going to pass at the start of the script can I just keep adding...
Hi I am just about to write a script but I need a little help to get me started.
I have a directory with txt files and the files names have different names at the start but they all have one thing in common, that they have a creation date in the file name E.G
file1_20031115.dat...
Thanks Bob you have been very helpful.
I have it running now using : -
Between [Begin Date] And ([End Date])
I did try using Between [Begin Date] and ([Begin Date]+ 4)and got an error babbling on about it was maybe to complicated expression and to try simplifying it.
I am placing this string...
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.