Memoru

System Engineering and Programming and IT

Entries from 2020-01-01 to 1 year

2004-VBA Data Type

No Item Content ConvertFunc 1 Primitive 2 Boolean Dim bln As Boolean CBool(value) 3 Long Dim i As Long CLng(value) 4 Double Dim n As Double CDbl(value) 5 Currency Dim yen As Currency CCur(value) 6 Date Dim dtm As Date CDate(value) 7 String…

2004-VBE-Shortcuts

No Item Content 1 windows activation 2 Alt+F11 Change Active windows on VBE or Excel Sheet 3 ctrl+G Emmeditate Window 4 F7 Code Editor 5 Shift+F7 Object Ppoperty 6 F2 Object Browser 7 F4 Property Window 8 ctrl+R Project Browser 9 Alt+V+H W…

2003-ExcelVBA::function-parameter-definition

Excel VBA function parameter definition No Item Content 1 Optional "Every optional parameter in the procedure definition must specify a default value.The default value for an optional prameter must be a constant expression.Every parameter …

2003 [VBA] Tool of Module Export

overview To export modules on Excel VBA. Gist snippets.cacher.io Code

Runkit

Runkit Embed runkit.com Welcome to my website // GeoJSON! var getJSON = require("async-get-json"); await getJSON("https://storage.googleapis.com/maps-devrel/google.json");

Repl

repl (https://repl.it/@sakaimemoru/repl) Repl embed

2003-node-powershell

reference rannn505.gitbook.io get started console log PS G:\sandbox\nodepwsh> npm start > nodepwsh@1.0.0 start G:\sandbox\nodepwsh > node index Hello node and powershell Directory: G:\sandbox\nodepwsh Mode LastWriteTime Length Name ---- --…

2003-express-ejs-bootstrap-site-template :

2003-express-ejs-bootstrap-site-template : overview : create a express project with ejs template. set index.html from bootstrap template site. modify site pages with bootstrap template using ejs template engine. repository : github.com env…