Top "Module" questions

A logical subdivision of a larger, more complex system.

Calling UserForm_Initialize() in a Module

How can I call UserForm_Initialize() in a Module instead of the UserForm code object?

excel vba module userform
Using the Underscore module with Node.js

I've been learning about node.js and modules, and can't seem to get the Underscore library to work properly... it …

node.js module underscore.js
ES6 modules in the browser: Uncaught SyntaxError: Unexpected token import

I'm new to ES6 (ECMAScript 6), and I'd like to use its module system in the browser. I read ES6 is …

javascript html ecmascript-6 module es6-modules
Dynamic require in RequireJS, getting "Module name has not been loaded yet for context" error?

Is there a way to define a module that "dynamically" load other modules in RequireJS? If yes, how the optimizer (…

javascript browser module requirejs r.js
How to import a module in Python with importlib.import_module

I'm trying to use importlib.import_module in Python 2.7.2 and run into the strange error. Consider the following dir structure: …

python import module python-importlib
Android Studio not showing modules in project structure

I am using Android studio and I want to add module to my project like "action bar Sherlock" or jar …

android module android-studio project-structure
ES6 export all values from object

Say I have a module (./my-module.js) that has an object which should be its return value: let values = { a: 1, …

module export ecmascript-6
Python: import module from another directory at the same level in project hierarchy

I've seen all sorts of examples and other similar questions, but I can't seem to find an example that exactly …

python python-2.7 module path package
What's the difference between an Angular component and module

I've been watching videos and reading articles but this specific article make me so confused, at the start of the …

angular module components
How to declare Global Variables in Excel VBA to be visible across the Workbook

I have a question about global scope and have abstracted the problem into a simple example: In an Excel Workbook: …

excel module global-variables public vba