Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested VB Script Solutions: 2776 - 2800 of 2816
 
Hi all, Need some help with Sharing Permissions.  I am running this script from my local PC.  I am trying to share out a folder from a remote server, JSFILE, here is my script: _____________...
I am in need of a simple VBScript that will connect to an ODBC connection and just do a simple SELECT query against a SQL 2000 table and store the results in a variable like :  "Dim strName As...
I am runninjg Exchange 2000. The following link describes EXACTLY what I need to do, however it will only work for Exchange 2003. I need this desperately, as we're dangerously close to our pri...
Hi guys, I need help with a WMI issue in vbscript. I have an inventory tool which probes all servers on my lan. But before getting info from it, i test if the server responds to a ping an...
hi can anyoen help me know this.i am getting an error this Microsoft VBScript runtime error: ActiveX component can't create object: 'XMLSpy.Application' when this part of the code is execu...
I have a custom Outlook form that has some VBScript under a button. This solution has been used on many PCs and from Outlook 2000 to 2003. On one Outlook 2003 system the button doesn't w...
I am having a problem using a vbs script to add registry entries. 1. I am using group policy to add registry entries to prevent the auto update of Sun Java Runtime Environment. I need to ad...
I currently use a VB logon script that is applied via gp. The problem is that sometimes not all the drives map. Most of the time when it fails one or two drives don't map. No errors so up in e...
Hello Having a bit of trouble here. What I want to do is replace the Primary mail address, the objUser.mail, with a second address. Currently I have tried many permutations around the sc...
Using a VBscript VBS file, how do I get an InputBox to timeout if a person does not enter something in a certain amount of time?  For example, if 30 seconds pass I want the InputBox to close a...
Hi I am a complete noob when it comes to VBScripting. To cut along story short i am trying to make a script that will enable windows remote desktop and disable to firewall, and then make it...
I have assigned the following macro to a button in an Excel worksheet. It works great, but I I would like to display 1 of 3 pop-up messages as well. 1: After the button is clicked, it shoul...
I have an excel spreadsheet that has four columns. 1.Grade - grade the student is in 2. NM - this column is there name: Last, First 3. UserName - username in AD 4. password - password for ...
I have a log file with 4000 records.  I've loaded the log files into an excel spreadsheet.  One of the fields for each record is the name of the xml file that which the record applies.  I need...
Hi guys! Id like to build a script that does the following: Queries our AD domain and returns a list of all OUs in the AD, and their location in AD So, ------------------- textfile.txt...
Is it possible to write a vb script that you can put an IP address into and it will return the user logged in and the PC that is being used?
How can this be done ? I want the script to check whether it has copied a certain directory and then delete it.
i have a word doc with one section in a bookmark - let's call it bmSection1. I want to repeat this section within the doc based on user input on the user form. so I ask how many section1's do ...
I am looking to create an automated script for our company FTP site that will delete files that are created in a folder after a 24 hour period. I would like it to be done in VB Script as I am ...
Hello all, I have a VBA macro that runs in PowerPoint.  After it runs, I want it to delete itself. I've tried the usual recipes easily found online.  But they all involve some variatio o...
I have a form that has been created using Visual Studio 2005 - C#. I would like to be able to open that from from Visual Basic. I have a button in my VB form, when I click on it, I would li...
Is there a way you can compare a files Time/Date stamp using VBScript? I've looked through the functions but, not being a serious programmer, cannot see how I can get the Time/Date stamp of...
how do I make a macro start when a word document is opened?
I have hundreds of network ID's that I need to know the first/last name of the person. We store the network ID in the Alias column in the Outlook address book when users are setup. I would ...
i need excel to loop through a folder full of files, then check the value of a certain cell, and if the cell value is not equal to a certain value, save it to a different directory. If the cel...