Quantcast
Channel: VBForums - ASP, VB Script
Browsing all 688 articles
Browse latest View live
↧

Copy calendar entries from Excel to Outlook

Hi, I am pretty new to VBscripts. I am trying to use a VBscript to copy calendar entries from an excel spreadsheet into an Outlook Calendar. I have found on forums this script below: Set objExcel =...

View Article


Image may be NSFW.
Clik here to view.

Read and Write files in a directory

Hello Guys I am trying to write a VBScript , which will read some files from a folder and write at the same files. when i check the logic it is working correct on first file in the directory , ,while...

View Article


Killing process when screensaver is active

I am trying to achieve killing process when screensaver is active, but something is wrong: Code: strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set...

View Article

Variable truncating when passing filenames processed into variable

I am calling the vbscript below from an FTP application that looks for files and moves them. I am passing into a vb variable the filenames as they are being processed by the task. Then print the...

View Article

Assistance with WMI Operations

Hi Everyone, Am very much a newbie when it comes to VBScripting. And having troubles understanding how to use/understand WMI to inspect Windows services (fist time I've had a requirement to do so in my...

View Article


[RESOLVED] Assistance with WMI Operations

Hi Everyone, Am very much a newbie when it comes to VBScripting. And having troubles understanding how to use/understand WMI to inspect Windows services (fist time I've had a requirement to do so in my...

View Article

Possible to build a script to run and process an excel file VBA macro?

Hello, I am new to VB and i have a question. I have a new file (.csv) everyday that is full of data and i typically arrange this in excel with a Macro manually. I was wondering if This could be...

View Article

autofill web forms using excel vba script

hi, I am not familiar to VBA and i made this script by referring a video posted by some user. What i am trying to do is to autofill web forms using cell values from excel. This is just a sample...if i...

View Article


Is there a way to connect or link a vbscript to an excel file?

Hello Everyone,  let me explain what I'm trying to get done, about once every 2 weeks I need to go into the warehouse write down every product's serial number we have and its location from there I must...

View Article


combination of gicen values to sum upto range of target value

Hello, need help to improve the VB code ( Excel macro ) to find out combination of values which will sum up to the given target range.. For instance, the given list of values are...

View Article

Image may be NSFW.
Clik here to view.

Missing a MIME entry on downloading a TEXT file?

Help This code worked fine on my clients 2003 server for simply downloading a TEXT file Response.Clear() Response.ContentType = "text/plain" Response.AppendHeader("Content-Disposition",...

View Article

Update Access with VBscript

I have started a thread previously on updating a VPS server, but now I wish to explore updating a local server database through the internet. This is the previous thread:...

View Article

Image may be NSFW.
Clik here to view.

Run exe from project sources

Hi, I am trying to insert a exe to my VB project that should be started from my project resources (not from a directory on the pc) after a timer expires. Because I've never done it before and I still...

View Article


Image may be NSFW.
Clik here to view.

[RESOLVED] Run exe from project sources

Hi, I am trying to insert a exe to my VB project that should be started from my project resources (not from a directory on the pc) after a timer expires. Because I've never done it before and I still...

View Article

Image may be NSFW.
Clik here to view.

[RESOLVED] Missing a MIME entry on downloading a TEXT file?

Help This code worked fine on my clients 2003 server for simply downloading a TEXT file Response.Clear() Response.ContentType = "text/plain" Response.AppendHeader("Content-Disposition",...

View Article


Image may be NSFW.
Clik here to view.

AJax and Server 2008 R2 - Failure to load Assembly

New to Ajax. Developed web application on Wndows 7 Pro using VS 2010 and the 4.0 framework. Using Ajax and the tab controls. Works fantastic on the development system Send it over to the Windows 2008...

View Article

Need help fixing vbs script

hi, i need help fixing a vbs script if anyones good with it. When i run on on a few machines it says "invalid character" when it is tested. Thanks. blog:...

View Article


Copying a very wide CSV file to Excel fails with error message

Hello, A complete Newbie to VB Scripting. I have a table with over 260 columns which I am writing to a CSV file from SSIS. Due to excel limitations, I cannot write directly to a pre-formatted excel...

View Article

Read a source code from web page and extract some data from it

Hi :wave: I want to read a source code from web page and extract some data from it. I used here in my example a RegEx for extracting the data, but i didn't get any data, perhaps this is due from...

View Article

[RESOLVED] Adding items from one page to another

I've stated previously that I'm new to this so this is something I don't know how to do so this is probably a rather simple request and hoping the solution is as equally simple. I have an add item...

View Article
Browsing all 688 articles
Browse latest View live