Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested VB Script Solutions: 1 - 25 of 1813
 
I'm a VBScript noob and could really use the collective's help.  I have a VBScript that I downloaded from this website that runs at user logon through Windows group policy.  Basically the scri...
Hi, I like to send email from a host that may not have SMTP service installed. I try the following sample code from Microsoft website and it does not work. I may miss some configuration here...
I found a VB script that allows me to get the service tag off of remote computers. However it doesn't work on all hardware, but I found another script that does work on all hardware, but this ...
I'm using MS Excel 2003. I want to programatically add a drop down list to a cell.    DROP DOWN:  ("RED", "AMBER", "GREEN")    DROP DOWN:  ("HIGH", "MEDIUM", "LOW") I'm testing 2 condi...
Hey All, Look like am not getting right logic to strart the below scenario Okie here we go...  I have Folder A and Floder B,assume Folder A getting new files every one hour or may n...
I have a storage device which has pointers to file on another server. There seems to be a problem: some pointers are linked to missing files. Is there a way to run a script (VB) and chec...
Hi All, I have been working on a script that imports users from OUs in AD to Excel.  Got it working, it formats and all.  I do not know how I can get the script to delete Rows that contain Em...
Helllo All, I am new to VBscripting, and I would like to import all the contents of a CSV file into an existing spreadsheet.  I am using the existing spreadsheet as a formated template, and...
I have just built a new File/Printer server.  Currently we do not have any logon scripts in place.  I would like to create a new logon script that does the following.  I have found bits n' pie...
Hello, I'd like to know if one can specify message box size and using vbscript and wsh for an Inputbox using the format InputBox("Available options are:" & VbCrLf & _ etc....... Thank y...
Hi. Good Day to all. I have this problem. How can i do this in vbscript? I know this works in vb 6. On Error Goto ErrHandler  statement1 ' this is the line having an error  statement2. ...
I'm looking for a VBScript that I can configure to run as a startup script in a GPO that will change the password of all the local admin accounts in the computers in my domain. The computers a...
Hello, Looking for a script to search in a particular folder (which has many subfolders) for media file types such as mp3, wmv etc.. and store the result on a text file. Thank you.
Hi, I have this csv file saved on the c drive as item.csv below is contents of the csv file: Item Report,,, id,merchant_date,item_id,amount 20070612005814,2007-06-12,18159182279601760430...
hi, I have a file with extention .wri . I would like to automate open it in workpad and save it as .txt file. Please help. Thanks
I am trying to update a file on a bunch of systems with a vbscript, the script finds the severs but it deletes the contents of the file, I read in the file, close it then write to it but it ap...
I'm trying to automate Internet Explorer. The goal is to use IE to run a search on google for "wombat" then save the file on hard disk for later processing. I have a few syntax errors in my ...
I am trying to query our LDAP server (not our AD controllers) from a vbscript.  We run an LDAP server in parallel with our Active Directory domain, so I would like to be able to query both sou...
We have been running Word 2000 and have built a number of macros to streamline users access to our document storage location. The macro in 2000 simply changes the file open directory based on ...
Hello, I'm using a recordset to populate an excel workbook.  Once that is completed, I want to overwrite the existing file.  I don't want to click replace existing file....  The displayaler...
OK I created the following script - it basically reads a list of computer names line by line from a text file  pings them to see if they are on the network and returns an IP address and output...
I am making a VBS script that will run three commands to open ports necessary for Remote Assistance. When this VBS script is run, three cmd windows popup for a few seconds and disappear. Is th...
I created a script to create an Oulook signature for each user using information via Active Directory.  This worked fine. My problem is how do i get the users to use this signature that i'v...
I have two excel files.   BookA.xls and BookB.csv.  I would like to copy the entire sheet "Projects" which is in BookA.xls over to a new sheet in BookB.csv (which already exists and contains d...
I need to write a script to verify that a file does not exist. I know that the FileExists method is used to verify if a file exists, but is there an opposite method? Here's what I'm doing. I'm...