I try to setup a script which will include over 10 sql command.
For each sql command, it will run in the backend.
e.g. nohup sqlplus uid/pid @fdfdfdfdf &
I will like to echo the Process ID.
Can anyone tell me how???
How do I Change DATE Column to TEXT Column?
I have a date column with value "02/04/2001".
Using workbooks.saveas function to save worksheet as csv, it become "2/4/2001"
Best regards
Bryanbayfield,
It works fine, but I have an addition request.
How do I put a condition in the filling instruction ?
For any column C which begin with "BUY" or "SELL",
copy Column C value to Column D
Thanks in advance
When I run the following instruction, I got the error
"Autofilter method of Range class failed"
Selection.AutoFill Destination:=Range("G10:G" & lastrowx), Type:=xlFillDefault
Range("G10:G35").Select
Columns("L:L").Select
Selection.Delete...
How do I fill up the cell for colume E from row 10 till the end of the sheet?
Range("E10").Select
Selection.AutoFill Destination:=Range("E10:E100"), Type:=xlFillDefault
Best regards
WHAT'S WRONG WITH THE FOLLOWING SOURCE ??
<CFQUERY NAME="GetQTask" DATASOURCE="eKong">
Select * from QTask where wStatus ='P'
</CFQUERY>
<cfmail query="GetQTask"
FROM="tonychan@algoltec.com"
TO="#GetQTask.EMail#"...
Need help
I have to create a module which allow the user to input record into the table. How do I show him the last 5 records he's recently input
Thanks in advance
Need help
I have to create a module which allow the user to input record into the table. How do I show him the last 5 records he's recently insert
Thanks in advance
Need help
I have to create a module which allow the user to input record into the table. How do I show him the last 5 records he's recently input
Thanks in advance
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.