0% found this document useful (0 votes)
4 views

Akira Excel-Vba

sdfsdf

Uploaded by

tirkehuste
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Akira Excel-Vba

sdfsdf

Uploaded by

tirkehuste
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Excel VBA Cheat Sheet

by Akira via cheatography.com/18933/cs/2033/

Data types Main objects

Type Desc​rip​tion Applic​ation Excel app

Variant Any data type ThisWo​rkbo Xls file containing the current

Boolean True / False ok macro

Byte, Integer, Integers (Signed ) Active​Wor​kb Xls file with focus

Long ook

Worksheets Collection of sheets in the


Single, Floating point
Double Workbook

String String Active​Sheet Sheet with focus

Object Any object reference Selection Anything selected (often a


range of cells)
Date Date & Hour

Array(10, 20, Array of 3 integers


30)

Set dict = Dictio​nnary (must reference


New Microsoft Scripting Runtime)
Dictionary

Control structures

Cond​iti​onnal Loop (While & Until)


Do While|​Until condi​tion
...
Loop
For Loop
For counter = start To end [Step s]
...
Next counter
ForEach Loop
For Each element In colle​ction
...
Next element
If-T​hen​-Else
If condi​tion Then
...
Else:
...
End If
Oper​ators
= (equals), <> (differs), <, >, <=, >=, And, Or,
Not

By Akira Not published yet. Sponsored by Readability-Score.com


cheatography.com/akira/ Last updated 13th May, 2014. Measure your website readability!
Page 1 of 1. https://readability-score.com

You might also like