User Tools

Site Tools


vba:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vba:index [29.04.2015 12:36:57]
yaslaw
vba:index [16.10.2015 11:46:56] (current)
yaslaw
Line 2: Line 2:
 ~~NOCACHE~~ ​ ~~NOCACHE~~ ​
 ====== VBA ====== ====== VBA ======
-Hier sammeln sich diverse Scripts, Funktionen und Anderes rund um Visual Basic for Applications (VBA). +//Diverse Scripte, Funktionen, Klassen und Tutorials rund um VBA// 
-\\ Die Sammlung ist auch für mich, damit ich in verschiedenen Projekten auf meine Funktionen/​Scripte Zugriff habe. + 
 +Eine sammeln sich diverse Scripts, Funktionen und Anderes rund um Visual Basic for Applications (VBA). 
 +Die Sammlung ist auch für mich, damit ich in verschiedenen Projekten auf meine Funktionen/​Scripte Zugriff habe. 
 Darum ist auch nicht alles Dokumentiert und nicht jede Funktion macht per se Sinn. Darum ist auch nicht alles Dokumentiert und nicht jede Funktion macht per se Sinn.
  
-===== Tutorials ​===== +Für die Ausgabe der Testresultate verwende ich in den meisten Fällen meine [[vba:​functions:​print_r:​index|print_r() Funktion]]. 
-[[vba:​tutorials:​index|Liste der Tutorials]]+ 
 +===== Allgemein ​===== 
 + 
 +==== Tutorials ​==== 
 +[[vba:​tutorials:​index]] ​zum Thema VBA. Diese sind nicht speziefisch Programmabhängig
  
 {{pagequery>​ {{pagequery>​
Line 14: Line 20:
   sort=ns:​asc,​title:​asc;​   sort=ns:​asc,​title:​asc;​
   display=title;​   display=title;​
-  snippet=plain,999999,l1;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
Line 21: Line 27:
  ​}} ​  ​}} ​
  
-===== Allgemein ​===== +==== Allgemein ==== 
-Ganz allgemeine ​+Ganz allgemeine ​Code-Schnipsel & Überlegungen
  
 {{pagequery>​ {{pagequery>​
Line 30: Line 36:
   display=title;​   display=title;​
   hidestart;   hidestart;
-  snippet=plain,999999,l1;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
Line 37: Line 43:
  ​}} ​  ​}} ​
  
-===== Klassen ​=====+==== Klassen ====
 [[vba:​classes:​index|Liste der Klassen]] [[vba:​classes:​index|Liste der Klassen]]
  
Line 45: Line 51:
   sort=ns:​asc,​title:​asc;​   sort=ns:​asc,​title:​asc;​
   display=title;​   display=title;​
-  snippet=plain,999999,l1;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
Line 52: Line 58:
  ​}} ​  ​}} ​
  
-===== Funktionen ​=====+==== Funktionen ====
 [[vba:​functions:​index|Liste der Funktionen]] [[vba:​functions:​index|Liste der Funktionen]]
  
Line 58: Line 64:
   ^vba:​functions:​(?​!index)[^:​]+(?::​index)?​$;​   ^vba:​functions:​(?​!index)[^:​]+(?::​index)?​$;​
   fullregex;   fullregex;
-  sort=ns:asc,title:asc;+  sort=title:​asc;​
   display=title;​   display=title;​
-  snippet=plain,999999,l1;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
Line 67: Line 73:
  ​}} ​  ​}} ​
  
-===== Cast =====+==== Cast ====
 [[vba:​cast:​index|Liste der Cast-Funktionen]] [[vba:​cast:​index|Liste der Cast-Funktionen]]
  
Line 75: Line 81:
   sort=ns:​asc,​title:​asc;​   sort=ns:​asc,​title:​asc;​
   display=title;​   display=title;​
-  snippet=plain,999999,l1;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
Line 84: Line 90:
 ===== MS Access ===== ===== MS Access =====
 [[vba:​access:​index|VBA Funktionen, Klassen & Scripte rund um MS Access]] [[vba:​access:​index|VBA Funktionen, Klassen & Scripte rund um MS Access]]
- 
 {{pagequery>​ {{pagequery>​
   ^vba:​access:​(?​!index)[^:​]+(?::​index)?​$;​   ^vba:​access:​(?​!index)[^:​]+(?::​index)?​$;​
Line 90: Line 95:
   sort=ns:​asc,​title:​asc;​   sort=ns:​asc,​title:​asc;​
   display=title;​   display=title;​
-  snippet=plain,999999,l1;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
Line 96: Line 101:
   hidejump;   hidejump;
  ​}} ​  ​}} ​
 +
 +==== Funktionen ====
 +{{pagequery>​
 +  ^vba:​access:​functions:​(?​!index)[^:​]+(?::​index)?​$;​
 +  fullregex;
 +  sort=ns:​asc,​title:​asc;​
 +  display=title;​
 +  snippet=inline,​999999,​l1;​
 +  bullet=square;​
 +  fontsize=100%;​
 +  hidemsg;
 +  hidejump;
 + ​}} ​
 +
 +==== Klassen ====
 +{{pagequery>​
 +  ^vba:​access:​classes:​(?​!index)[^:​]+(?::​index)?​$;​
 +  fullregex;
 +  sort=ns:​asc,​title:​asc;​
 +  display=title;​
 +  snippet=inline,​999999,​l1;​
 +  bullet=square;​
 +  fontsize=100%;​
 +  hidemsg;
 +  hidejump;
 + ​}} ​
 +
 +
  
 ===== MS Excel ===== ===== MS Excel =====
Line 105: Line 138:
   display=title;​   display=title;​
   hidestart;   hidestart;
-  snippet=plain,999999,l1;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
vba/index.1430303817.txt.gz · Last modified: 29.04.2015 12:36:57 by yaslaw