Click here to Skip to main content
15,886,137 members
Everything / Programming Languages / VBE

VBE

VBE

Great Reads

by Six Hat Solutions
Easily Send Emails From Your Microsoft Applications Using VBA and the SendGrid API
by Shekhar Pankaj
Using Web Configs Key Value pair in classical Asp pages
by WhiskeyBeforeWater
A nodular Singely Linked List for VBA with some basic functions
by Mark Regal
It is the intention of this article to add a measure of detail to all user defined enumerations through the creation of an enumeration database.

Latest Articles

by WhiskeyBeforeWater
A nodular Singely Linked List for VBA with some basic functions
by Six Hat Solutions
Easily Send Emails From Your Microsoft Applications Using VBA and the SendGrid API
by Greg Nutt
This is a VB.NET Version for ".NET Remoting Events Explained"
by Shekhar Pankaj
Using Web Configs Key Value pair in classical Asp pages

All Articles

Sort by Score

VBE 

2 Jul 2016 by Six Hat Solutions
Easily Send Emails From Your Microsoft Applications Using VBA and the SendGrid API
19 Sep 2014 by Shekhar Pankaj
Using Web Configs Key Value pair in classical Asp pages
1 Oct 2015 by Maciej Los
I answered your question two times:Issue on vba code error like object is required.[^]How to add ribbon to ms outlook 2007 using customUI editor tool[^]Do not post the same question again and again!!!
3 Jun 2019 by amplacido
FileInfo fileInfoTemplate = new FileInfo(arquivo); OfficeOpenXml.ExcelPackage excel = new ExcelPackage(fileInfoTemplate); foreach (var worksheet in excel.Workbook.Worksheets) { foreach (var item in excel.Workbook.VbaProject.Modules) { ... } }
10 Sep 2014 by Richard MacCutchan
Just edit the article; see the options at top right of the article page. If you have problems then post your query in the Articles forum and CP staff will help you.
12 Sep 2014 by OriginalGriff
This is not a quick question: there is no definitive answer.It depends on far too many factors: what do you define as a "coding"? Is a batch file a coding? They got pretty complex... Excel macros? "Hello world"? A DLL file as part of a project? A days output for a developer? It's also...
12 Sep 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Here we answer specific questions which members face during programming.We can't work on the whole source code. You need to do that yourself.If you face any difficulty while coding, feel free to come back here and ask another question with specific issue describing the scenario. ...
17 Sep 2014 by Member 11090280
Hello,I need to generate o/p of multiple SQL query from multiple oracle databases. So I want to connect from excel using VB script to multiple database and run all the query at a time.Please help!!! Here is my script which will connect only to one database and run only one query without...
28 Jan 2015 by td sbi
Dear friends i have write vb project in vb.netvbtech.VBE.CommandBars(1).FindControl(Id:=2578, Recursive:=True).Execute() and compile this code to give exception..COMException was unhandled.Exception from HRESULT: 0x800A03ECplz help me
17 Feb 2015 by Harindra Shivam
HiMy Application is built in MS Access. Now I want do the code coverage for the application. so is there any tool present to find the code coverage for VBA application ????
6 Sep 2015 by CgKumar
Hi friends,Here I have problem when send a email to a specific person using g-mail. Actually my project is copy a excel file from a location and send to a specific person. The file is successfully copy, but the email is cannot be send. a message box is appear, which is show...
6 Sep 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
First of all make sure that the credentials are correct.Then refer my past answer - sending email to gmail from asp.net[^]. You will find a complete working code.Looking at the code, I see that the following lines are missing.client.UseDefaultCredentials = false;client.EnableSsl =...
5 Oct 2015 by Member 11944583
I want to consume some methods which are presented in VSTO or COM AddIns project in my VBE project.i have tried to add reference from tool menu in the VBE project but it shows me error like--"cant add reference to the specific file."please tell me a way to consume the methods of VSTO or COM...
7 Oct 2015 by Richard MacCutchan
www.google.com[^].
3 Jun 2019 by Member 13290370
Can someone tell me how to access excel vba macro in c# using EPPLUS? OR tell me what are all the other ways to access vba macros in c#. Basically I want to get the macro vba method input parameters as per the given method name. I have used Microsoft.vbe.interop(VBIDE) to access vba components...
16 Mar 2019 by WhiskeyBeforeWater
A nodular Singely Linked List for VBA with some basic functions
8 Jan 2014 by Mark Regal
It is the intention of this article to add a measure of detail to all user defined enumerations through the creation of an enumeration database.
31 Dec 2013 by Mark Regal
This article is intended to build on the extensibility knowledge base with a focus on deconstructing a VBA code module.
25 Oct 2015 by Greg Nutt
This is a VB.NET Version for ".NET Remoting Events Explained"
10 Sep 2014 by Sunil S. Bhagwat
hialready article submitted and sources code is not attached but how to add it even after it is published on code project.sunil
18 Sep 2014 by PhilLenoir
Declare multiple connection objects and multiple recordset objects. E.g.:Dim con1 As ADODB.ConnectionDim rs1 As ADODB.RecordsetDim Cmd1 As New ADODB.CommandDim con2 As ADODB.ConnectionDim rs2 As ADODB.RecordsetDim Cmd2 As New ADODB.CommandFor your sanity I suggest you use...
30 Sep 2015 by Member 11944583
i have the following code for creating custom tab i have collected this code from the google only and my doubt is where can i place[in the module or some where else] this code to create custom tab in VBE application.please help me to find a solution for this.Here is my CustomUI...
6 Oct 2015 by Member 11944583
please provide link for create comaddin for outlook 2010 in VBE application.