Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
shell function
Name: rohrer Date: March 19, 2007 at 14:29:10 Pacific OS: Windows XP CPU/Ram: ? Product: ?
Comment:
Does anyone know how to close a file if it was opened using the shell function? Below is the code I currently have.
All I need to do now is close the file TA. temp.Close does not work. I've tried some various other possibilities, but can't seem to figure it out. Any ideas?
Summary: Can anyone tell me how to run an exe, with parameters (eg. C:\cmd.exe p1 3), in VBA for Excel 97. Up until now I've been putting the command into a batch file and using the shell function to run it. ...
Summary: I wanna use a system function to deal with several data. So I use awk variable FILENAME to transfer the file directory to system command, but it does not work. I use a shell function "out_function" ...
Summary: Visual Basic 6.0 using the shell method to execute a program. but how to close it automaticly? doing so by using DDE or is it better to use the SendKeys method?? What's best and how? ...