Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top VB Script Solutions: 726 - 750 of 752
 
I keep getting a Subscript out of range VBS error 800A0009 on the following script.  Why?
suppose i burn a file namely my.vbs in cd. now i want it should run when some one eject cd from system.i.e.file run before cd ejects and after running complete code cd ejects.  cd can be ejec...
I need to export a file via DTS which gets a name assigned automatically to a specific date. The date is dynamic.
I have built a VB Script for removing IE headers and footer for printing but it is not working and I can't see why. I have pasted below what the script is. I know it is saying the registry key...
when we right click on start btton, there is option of explore. vbs code to disable/hide explore option
Dear Expert. I have created a VB script thar will start when domain user logon. The script will move the offline folder cache from oldserver to new server. Set objShell = CreateObject(WSc...
Hello I want to add a line of code to the Logoff.vbs file that will upload user's favourites from their local profile. For example, Copy C:\Documents & Settings\Joe.Bloggs\Favourites to ...
Can we import data from more than 1 excel sheets into the QTP at run time ?
Hi I need a vbs script to search for a keyword in an existing text file then copy the next say 10 lines of that file to another text file. Im a newbie to vbs scripting and not getting anywh...
Hi Sorry I do not know scripting I really need help. I want to advertise 2 programs to run one after the other using SMS 2003. I would like to use scripting to get this advertised both th...
suppose i create text /dll file with vbs script. can i lock it so that unauthorised person can not open it . pls provide code.
i am using following to change value of enableLUA , but every time i run code it gives eror of permission denied. pls check why it is happening like this . kindly edit code as required.
I would like to create a script that will run each time a user boots their computer or when they log into the network that will delete out all temporary files and cookies.
I have a VB script that I wrote for our network, I am testing it in an OU right now, and when I log in as I linked it to the script will not work, now if I run the vb script locally on the pc ...
Suppose i made a my.vbs file in this file i am doing following task at stage 1: checking whether required registry is existing or not if yes whether with required value and if not then addtin...
when i am running the followinf vbs file it pop up message as attached. Set objIE = CreateObject("InternetExplorer.Application") objIE.Navigate("about:blank") objIE.document.parentwindow...
code to make my vbs file trail version for 30 days. and if some one changes system date it would not effect the validity
Hello, I have folders that contain jpegs and they are numbered 1 - 12. The file name is xxxx1,xxxx2, etc I would like to renumber the images following the scheme below : Current -> 12-> 2...
I am just starting with vbs.  I'm looking to try and put together a vbs script that can do the following: Create a folder on a network share based on the computer name where the script is ...
Hi, In the Workbook_BeforeClose event, I need code that prevents the workbook from closing if the command was given within VBA code (rather than from within Excel). What's the trick for de...
code to add/edit registry with vbs code. and added/edited registry will be activated without system restart.
Hi, I have an .exe job that I need to run every week day at 9:30am and 2pm. I want to schedule this as a scheduled task but the .exe required the next button to be click once before it will...
I have a CSV fuile with almsot 1500 records that changes daily...and I need to take any record that begins with the letter "D" in the second field and MOVE it to a new file. IE: File Matter...
The line of my macro is as follows: Range("B7").FormulaR1C1 = "=SUMPRODUCT((HOUR(INDIRECT(""'""&$A7&""'!$A$2:$A$5000""))>=B$6)*(HOUR(INDIRECT(""'""&$A7&""'!$A$2:$A$5000""))<C$6)*(INDIRECT("...
Hello Experts, I am using ifmember.exe to map network drives to users based on their groups. ifmember Group if not errorlevel 1 goto NextGroup net use r: \\server\Share What I want to...