Top "Vbscript" questions

VBScript (Visual Basic Scripting Edition) is an interpreted scripting language developed by Microsoft that is modeled on Visual Basic.

Breaking a String Across Multiple Lines

I wrote a script which is connecting to an Oracle database to select multiple entries in a specific table. The …

vbscript
How to generate MD5 using VBScript in classic ASP?

I need to generate an MD5 in my application. I've tried google but only find PHP code for MD5. I …

asp-classic vbscript md5 md5sum
Error: ActiveX Component Can't Create Object Scripting.FileSystemObject

I have a simple vbs-file on my drive c: with following content: Set objShell = CreateObject("Scripting.FileSystemObject") When I'm trying …

vbscript activex filesystemobject
VBScript set focus on a window in IE

I'm updating an old piece of code that uses VBScript to pull up a window in IE. For some reason, …

internet-explorer vbscript setfocus wsh
Is there ways to create optional arguments to functions in vb script?

Is there ways to create optional arguments to functions in vb script allowing you to write functions something like... myFunc("…

vbscript
Does VBScript have Increment Operators

Like Javascript has ++ and += for a increments?

vbscript
What is the difference between CreateObject and Wscript.CreateObject?

Does anyone know the reasoning behind having the option using: Wscript.CreateObject("some.object") and CreateObject("some.object") within VBScript? …

windows vbscript wsh
How to find the window Title of Active(foreground) window using Window Script Host

I want to find the title of the window which is currently active(having focus) using Window Script Host(WSH) …

vbscript wsh
Can I export excel data with UTF-8 without BOM?

I export Microsoft Excel data by Excel Macro(VBScript). Because file is lua script, I export it as UTF-8. The …

excel vbscript utf-8
Is it possible to run a VBScript in UNIX environment?

I've a Vbscript for merging excel sheet into a single workbook. I would like to know whether we could execute …

unix vbscript scripting scheduling execution