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: 1801 - 1825 of 2608
 
Hi, i'm looking for a simple script that will allow me to input the user's lastname\username and will output to a text file it's distinguish name by running a search in the entire active dire...
I've created the following windows app code that will take a file from a directory copy it to a backup folder, unzip the file to a different directory folder and then delete the original file....
Is there a way to create a msgbox in a vbs script to show the progress of a action. For example: If I had something in the such as copying a very large file somewhere that would take 5 o...
Hi, this is my first post so please be gental. We are currently in the middle of a project to move all the .pst files from our server to local computers with a weekly backup using PSTBackup...
I have a input text file that has operating system and compter name seperated by a "=" c:\listComputers.txt Windows Server 2003=ComputerA Windows Server 2003-ComputerB Windows XP=Compute...
Hi, I have two excel sheets old.csv and new.csv. I need to take one column2 in new.csv and I will take cell by cell from that column. I need to search the same in old.csv. If it exists,...
Hello, I have a .vbs script that is designed to delete files and logs that are older than a defined number of days. The date is defined as the "cutoff" variable. The script is also designe...
Experts, i currenlty have a script that looks into files for specific error messages and place those messages into another file that i open daily looking for errors. What i need to do is...
I am looking for a binary tagged sort written in vbs. I was really lazy and did a bubble sort (code attached) and it is too slow. please convert this to a working tag sort. 500 pts for w...
Hi, It was recommended I cross-post this question in a scripting area to see if I can get some help: We have a laptop user who frequenty travels betweeen two company sites in WY and MN....
I found a script to allow sites in the IE Pop-Up Blocker. The script works, but many times it must be run twice to actually input the sites. Any suggestions greatly appreciated.
I'm using the following script in part of a report I'm writing in ACT! which uses a reporting engine from ComponentOne, supporting VBScript. The arrays don't seem to work and I'm not sure i...
I need some help with a very annoying thing The scenario: We have a group mailbox that several users can use both to see incoming mail and to send from. It's sort of a support mailbox. We so...
I have this query within a loop: strSQL4 = "SELECT SUM(Amount) AS AMEXCARD " & _                 "FROM DailyMOPTable " & _                 "WHERE (MOP = 'AMEX') AND (MopDate = CONVERT(DATET...
I want to write a vb script that loads an excel add in automatically without having to go to excel options. Is that possible and how do you do that?
Hi, I need to be able to extract the following information using a script. Server Name, IP Address, No of CPU's, CPU type, Memory, Hard Disk Free Space, SQL Version (eg. SQL 2000 or 2005) ...
I am trying to write a Trend function in excel 2003 VB When i use this Trend function it works: Application.Trend([A2:C2])      However, I need to have a couple other commands in that function...
I have an IE update that I need to deploy to all computers in a lab. The IE update is an .exe package and not msi so I will have to write a script. Can some help me get started with a simple s...
Hi i Got this macro, i want copy A1: last Ultcel active workbook and Paste in Sheet(2) workbook that i will open with DialogFind File Sub PasarDatos() Dim nomfic1, nomfic2, ultcel     Appl...
Two Questions: I tried writing a vbscript that would move files depending on file size.  I would also like to run another vbscript after the first file finishes.  Below is what I have: str...
I have a vbscript that repeatedly (every 30 seconds) needs to run a commandline program. The script is running in the background without any presence on the monitor. The program takes less tha...
Hello I need help to write an vbscript that executes an specific excel macro for specific files.   this vbs deamon will constantly checking an specific catalog and as soon as an xls file sho...
my job is to review documents and make mostly mundane changes to each document that does not meet a certain formatting criteria (including using particular words, punctuation, etc, not simple ...
I need a vb script that will remove any current outlook stationary/ set it to none and set the "compose out going mail" to html Can anyone help me? Many thanks in advance
Hi I need a script that output the GPO links for an OU. I've searched around and can see this one: http://www.activexperts.com/activmonitor/windowsmanagement/adminscripts/usersgroups/ous/#R...