I am creating an ASP page that will allow a user to upload a file from their local drive and copy it to a subfolder on a webserver. I am running into problems when the parent folder's name contain a space ie(My Documents).
My code is:
Set FileObject =...
I am trying to replace all quotation marks in a given string and replace it with a descriptive value so I can submit the string into a database without having part of the string cut off. I am using the replace function.
replace(string, FindString, ReplaceWithstring)
When the FindString equals...
I am trying to customize a Microsoft Outlook Form. It uses VBScript to handle the customization. I am trying to ADO to connect to a SQL Server Database. I am connecting fine the problem is with the RecordSet. My Code is as follows:
Set conn =...
I have a servlet calling methods from a user-definded class. The java file and its related class file are in the same folder as my servlet. When I try to create new objects
MyClass NewObject = new MyClass();
I receive an error that it cannot resolve symbol. I just started to code again in...
I need help with the syntax of a switch statement. I have a variable that contains a calculated value. Based on that value I want something to happen.
between 0 and 1: x happens
between 1 and 2: y happens
etc.
I am having trouble coding the case for a range.
I have a spreadsheet with Option Buttons. The user can click on the buttons to determine the status of a specific task.
I want to write a macro that will reset all of the tasks' options buttons to the intial setting. I have been unable to target the value property of the option buttons.
Any...
I have created a worksheet with Option buttons. A user can click on the buttons to indicate the status of the item he/she is working on.
I want to create a macro that will reset the worksheet by changing the options buttons to the inital setting. I have been unable to target an indiviual...
I am working with two Excel workbooks which have the same worksheet names. I want to dynamically capture the name of the active worksheet and use that name to open the cooresponding worksheet on the other workbook.
Workbook.ActiveSheet returns an Object
Sheets accepts a String
Any suggestions?
I need to code an Excel macro than will automatically send and email to someone within our company. How do I populate the To: field using Microsoft Outlook?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.