First  |  Prev |  Next  |  Last
Pages: 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
Load Web form with Excel row (code example)
Can someone point me to some working code that will allow a WEB form to be loaded with a row of data from Excel. Rick ... 9 Jul 2008 02:26
Error saving text file with no extension
Hello all, Can someone help me out with an error I am getting? When I try to save a file with no extension, I recieve a bad file name or number error. here is the code that throws the error: Set objFile = objFSO.CreateTextFile(strPath, True) objFile.Write(strList) objFile.Close The problem is that st... 8 Jul 2008 23:23
Number exponentiation
I want to trim a number and display the integer and decimals separately, as such I'm trying to convert it to a string so I can truncate it. No matter what combination of int or CStr I try, VBScript displays long numbers such as: 345332523545325425235255453.6789555 in its exponentiated form: 3.45332523545... 9 Jul 2008 14:45
Start - End Time Question
Greetings, is there a way to have a Script run at a specified time? I have an Excel workbook that backs up a huge amount of info programmatically that works great. I have recently begun experimenting with VBScript; I have written this script and would like to have it run daily without having any user interactio... 8 Jul 2008 14:08
Error saving text file with no extension
Hello, I have a vbscript which creates a text file, add some lines of text, and then tries to save it. The problem is that when I try to save the file, I get an error stating "bad file name or number" with the following line of code: Set objFile = objFSO.CreateTextFile(strPath, True) objFile.Write(strList... 8 Jul 2008 11:03
Modify a .doc document with a macro without Word ?
Hi All, Here is my problem: I would like to modify several .doc documents (with a macro ?) in an automated way (without opening word "with the hand"). Do you know is there is an object in VBScript that could do that ? If there is, could you provide just a piece a code ? Thanks for your help! ... 25 Jul 2008 13:31
reference / manage application windows with vbscript
Hi, I am trying to automate a gui application by using 'wshshell.sendkeys'. What I want to do (if possible) is load the app and wait for a window to become active in the app, then execute some 'sendkeys' commands. I have used autoit before and I know that works, but I want VBscript to do it. Is this possi... 8 Jul 2008 13:07
How to delete subfolders and files in a folder
Hi, I need your help. There is a folder, it contains some subfolders and files. I need to delete the files created 2days ago in this folder , I also need to delete the files in the subfolders, but I do not need to delete the subfolder. I have looked for the scripts in internet for a long time, but no resu... 9 Jul 2008 11:39
Repost: OT - comment about spam in this and other newsgroups
Please DO NOT post follow-ups TO the spam. No matter how funny YOU think you can be. The very existence of a thread makes it harder for those who are charged with identifying the spam for removal. Bob -- ... 7 Jul 2008 20:44
[ann] code sample to convert html to vb or vbs...
hi groupies, o.k., so this is pretty trivial, but may save somebody the 10 minutes or so that it would take to write for yourself. There are some webpages which present sample code which is embedded in "pre" tags -- and so the lines don't end with vbCrLf's, rather they end with "br" tags. Also, there are ot... 7 Jul 2008 13:32
First  |  Prev |  Next  |  Last
Pages: 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86