Hi everyone,
I've put together a userform in Microsoft Word and have written some VBA Code to get it working. I'm have a few problem though and wondered if someone could help out.
The us...
Im using a program for work and it scans database for all files in which office i enter and all the benefit types of the files i enter then brings me back range results for my files that fit c...
Hi Experts,
Im getting the following error message:
Run-time error '-2147467259 (80004005)': Method 'PrivateProfileString' of object 'System' failed
When im trying to update key values i...
I'm trying to import a text file (Working Well) but when I go to save it I get "Object variable or With block variable not set"
Private Function XLSConvertTEXT(strSource As String, strTarge...
Hi,
I'm writing a program in VB6 that needs to be able to read Lotus notes emails and save attachments to a specified folder.
I have the code to send emails and attachments but ...
I am calling a SQL Server Stored Procedure from Visual Basic 6, using ADO. The current (and working) code is as follows:
*********************************************************************...
I'm currently adapting a VB6 app, that runs as a DLL without forms.
The functionality involves waiting by a named pipe to a print driver (Black Ice), and currently uses waitforsingleobject ...
Hi,
I work on a helpdesk and would like a way to email multiple people (about 50 users in one instance per week) the same email format but different EmailAddress, CustomerName, CallRefNumb...
Hello all,
In VBA I am trying to find a way to call the name of the active object within the form.
Me.ActiveControl works for most part however if I have a multipage or tabstrip within t...
When looking up the properties of an Excel File manually, I may view the file's custom properties, the title, who last saved the file, etc. Programmitically, knowing some of these would allow...
I'm trying to build a cdo 1.2 messaging application in vb6. When I have the following code:
Set oSession = CreateObject("mapi.session")
I get the following error when i try to run...
Act...
Hi
I am trying to convert an Excel VBA project into a VB6 COM Add-in
I started by oprning a new Add-in project in VB^
Then I tried to drag my one form and ten standard modules
over This ...
I have a DB that, using automation VBA creates one instance apiece of excel and word, populates the excel sheet, then updates a charts & tables in a word document (linked to the newly populate...
Looking for the property/attribute I need to find the 'file owner' of anyfile in a folder. You can see this info in DOS by doing a "DIR /Q". But I can't find out to get this property with VB...
I lost my source code and I am looking for a utility to decompile m Vb6.exe
I'm trying to install a VB6 application, but during the setup, I get the error message:
An error occured while registering the file activeds.tlb; it will install the program, but when I tr...
Hi, Experts -
I have an ActiveX DLL with one form (with a MSComm control, no operator interactivity), one public module (.bas), and a public class (CommDLLObject.cls). I want to eventually se...
Ok, I have been sittin gin front of this computer for the last 4 weeks and I have been through a lot with the boss changing things all the time on me. I have the worst case of brain damage rig...
Q: How do i print an email i received, where the email body text have different font, size, color, bold, underline, etc., in vb6 ?
i use MAPI, but the email body is in Text, not rich Text,...
I have a database which has to view archived projects and current projects. Archived projects have to be read only. The project search is toggled via a button on the main form and the data f...
I have designed it and now need to code it but find that it does not accept my functions for calculating the net price, vat , total incl vat and then rounding this off to two decimal places al...
I have few fields in my html form. VBscript Code is written to validate data entry before submitting ASP file and then to the server. The code that I have written is giving a message for emp...
Create a class in vb6 that uses ! like ADODB.Recordset Class
For example, I can refer to a recordsets field 2 ways
rst!RecID
Rst.Fields("RecID").Value
How do I duplicate this?
Als...
I have an ActiveX listbox control in an Excel worksheet. The listbox is NOT in a form. It has an extremely small font by default. The listbox's property window doesn't have a font property. ...
I have a user control that contains all of the Sales Order Processing functionality for my project.
If I have a save and close button on my user control, is there a way I can pass something...