Thanks so much for giving me some ideas. Since my shell script is incorporated into my colleague’s, I guess I have to have a look at his scripts in detail, in order to find out if he is running some commands in background…
For the mean time, I would like to ask one more question if I could...
Hi,
I've written a basic shell script to stop a process (kill -TERM "$pid", where $pid is an variable that stores a processs id) on my Linux host. It seems like the script exits without an error and completes within a second. But when I issued ps -ef command after the script was...
Thanks for your help, johnwm.
Insead of using With statement all the time, I've created an Excel.Workbook object to manage a workbook. It kind of worked. But if I add this code, Application.DisplayAlerts = False, Excel.exe would be still shown in the Task Manager, even after I set both...
Thanks AvatarZA,
Here is my code...
Dim objExcel As New Excel.Application
Dim intRow, intCol, intCnt, intCashOutLstR, intRegisterLstR As Integer
With objExcel
On Error GoTo errHandler
Application.DisplayAlerts = False
.Workbooks.Add
With .Workbooks(1)...
Hi guys,
I'm trying to print out an excel spreadseet, using VB, but I get an error message saying "Component Request Pedning". Everytime I try to do that, I'm forced to hit ctrl+alt+del and close Excel.
I dont' know whether this is relevent to the problem I have with the print out...
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.