Top "Vbe" questions

Visual Basic Editor is the built in IDE for writing VBA.

Alternative IDE for VB6 and VBA

I've been spoiled by Visual studio 2008 and Eclipse and have to do a little maintainence work on a VB6 app. …

vba vb6 ide vbe
VBA - IE GetElementByID not working

I'm having some trouble with entering a text in a search box when after I what I think to be …

internet-explorer vba vbe
How to restore VBA Editor to its initial settings?

How to restore the VBA Editor to its intial settings ? I have some troubles with macro and projects explorer windows …

excel vba vbe
Copy VBA code from a Sheet in one workbook to another?

I've been using the lines below to compy VBA modules from one workbook to another and I don't know if …

vba excel vbe
Why does the VBA Editor open on its own sometimes?

I created a script in Outlook 2003 VBA that watches for new appointments, and sets them to tentative and no reminder …

vba outlook vbe
Changing language of Visual Basic Editor to English

After Microsoft Office updated to the 2016 version I found the VBA interface is in German. How can I restore it …

excel vba ms-office vbe
Use Python to Inject Macros into Spreadsheets

I've got a macro that I'd like a bunch of existing spreadsheets to use. The only problem is that there …

python excel vbe vba
Syntax error in string in query expression 'ID = 4

I am using Visual Basic 2010 express to control a Ms.Access 2007 database. I am struggling in adding a record to …

database ms-access-2007 vbe
Is there a way in VBA to know about variables that aren't being used?

Is there a tool, method or setting in the standard VBA Editor to warn about variables that have been Dim'med, …

vba excel variables vbe