Memoru

System Engineering and Programming and IT

Entries from 2020-04-03 to 1 day

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…