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 ArticleMissing 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 ArticleUpdate 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[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[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 ArticleAJax 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 ArticleNeed 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 ArticleCopying 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 ArticleRead 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 ArticleCreating a folder based on today's date and copying from another folder
Hi I have the following VB Scripts that work but I would like to edit it so it is just one VB Script instead of 2. The first one shows a pop up message to show the user don't use the screen as as it's...
View Articlehow to fix thisr:Remote Desktop session ended becouse didn't receive any...
How to fix this error: Code: Remote Desktop Connection: Your Remote Desktop session ended becouse the remote computer didn't receive any input from you. I opened a rdp session then inside that rdp i...
View ArticleMoving multiple items one at a time while using session variables
Alright, I'm new to this and am wondering how this can be done...I managed to figure out how to move singular items to a different page. What I want to do is when a user clicks a button it moves the...
View ArticleODBC Driver Error
hi All, We are uploading excel sheet on server in Classic ASP. We are receiving below error: ------- Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Excel Driver] Reserved...
View Article[ISSUE] Required double Login to view site properly
Hello, my name is Robert and I have a very weird issue with my company's web site that utilizes VBScript and Asp.net features. I don't know exactly how to word this issue so looking for solutions...
View Article[RESOLVED] Simple vbs regex q
Hi, new to vbs scripting -- can anyone pleaes let me know how to get the "34" from this string? The numbers will change but the text will always be the same. Showing 1 to 10 of 34 entries (filtered...
View ArticleEmail same person multiple files
I am trying to create a script that can email multiple files from a single folder to the same person where each file is attached to a separate email. Can anyone help? NJ
View Article[RESOLVED] variable undefined objshell
i am making an .hta app with vbscript primarily along with using a .vbs file and two batch files.. everything is working good except after doing some fixes for other stuff; i am getting an error that...
View Articlesearch a value on .txt file using vbscript
I have a .txt file and i need to search a particular value on it , i need to open read the file , and then search for exemple the value of 'DefCurrency' when 'Label'=AE0100 for this i need to found the...
View Articleregistry readout W7-64 using VBS-VBA
Since long time I use such type of code to read out the registry of Windows using script in my application: Code: Dim myShell Set myShell = CreateObject("WScript.Shell") 'Processor name a1 =...
View Article