I am getting a subscript out of range error when i redim the pdf_index array.
what anm i doing wrong ?
Thanks
killa
Sub get_issues()
Static x, y
For i = 0 To File2.ListCount
PDF_file_issue = UCase(getissue(File2.List(i)))
no_hit = True
For j = 1 To arraymax
If...
I am getting a subscript out of range error when i try to redim the pdf_index array
anyone have an idea what i am doing wrong ?
Thanks in advance
Sub get_issues()
Static x, y
For i = 0 To File2.ListCount
PDF_file_issue = UCase(getissue(File2.List(i)))
no_hit = True
For j =...
Hi i am doing a small print routine that prints out word files to a postscript file this works fine until i get an error this causes the program to halt. Can i trap this error? so the program will run with out stopping.
THE ERROR IS :
The margins in section 1 are set outside the printable...
the program is running under XP
if I run it from a command prompt it behaves in just the same way the batch file closes before the program has finished processing
i have stripped the batch file down to just run the command just the command it behaves exactly same way the batch file as is...
Thanks again Hypertia
Unfortunately the application started makes the batch file exit after it starts and prior to its ending. I rewrote the original batch file to use the start/wait option you suggested but it had no effect on the way the batch file behaved
any More Ideas ?
Thanks Hypetia the shellwait function works very well on simple batch files, its a lovely piece of coding
is there a way to trap wait for the execution of process programs spawned from a batch file
The problem I have is that the batch file closes well before the process has ended do you have...
if i launch a batch file a = shell("batch.bat para1 para2")
How can i tell programmically if the batch file has finished processing ?
Any help would be much appreciated
If i start a Batch file with a = Shell( batchfile)
how can i tell if the batch has finished processing. i read that shell returns the task id of the process but can't find how to check if that task id still exist
Is there a way to see if a file has finished being written to?
Back Ground
I'm writing a program in visual basic to monitor a windows directory then process any files that appear there but it must ensure that the file has finished being written before proceeding
any help would be much...
Is there an easy way of identifying tables?
can tables be named ?
i want to create and edit a set number of tables using vba
I have a button on the document for each table which opens the relevant form but i need to the data from table into the form and visa versa, this maybe done several...
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.