VBA Core

<p>General-purpose VBA techniques spanning the Office suite.</p>

Solved October 1, 2013

EnterKey to press button in VBA Userform

I have a userform in Excel that asks for a username and password. Once you enter your password if you press Enter it just…

thumb_up 6 trending_up 6
Solved August 11, 2013

Submit form and fetch data from website VBA

I'm trying to fetch data from this site using VBA in Excel. What I tried to do and what worked was using InternetExplorer object…

thumb_up 8 trending_up 3
Solved July 15, 2013

Create dictionary of lists in vba

I have worked in Python earlier where it is really smooth to have a dictionary of lists (i.e. one key corresponds to a list…

thumb_up 5 trending_up 7
Solved July 9, 2013

VBA equivalent to SQL ‘in’ function

I'm writing a conditional statement in vba like if(userID = 1 or userID = 2 or userID = 3 or userID = 4) then…

thumb_up 8 trending_up 5
Solved June 11, 2013

Which SUB is calling this SUB

Does anyone out there know how to do a stack trace in access-vba. I'm trying to do something like: Public Sub a() Call c…

thumb_up 9 trending_up 7