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 [07.10.2014 15:24:55]
yaslaw
vba:index [16.10.2015 11:46:56] (current)
yaslaw
Line 1: Line 1:
 ~~DISCUSSION:​off~~ ~~DISCUSSION:​off~~
-~~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.
  
 +Für die Ausgabe der Testresultate verwende ich in den meisten Fällen meine [[vba:​functions:​print_r:​index|print_r() Funktion]].
 +
 +===== Allgemein =====
 +
 +==== Tutorials ====
 +[[vba:​tutorials:​index]] zum Thema VBA. Diese sind nicht speziefisch Programmabhängig
 +
 +{{pagequery>​
 +  ^vba:​tutorials:​(?​!index)[^:​]+(?::​index)?​$;​
 +  fullregex;
 +  sort=ns:​asc,​title:​asc;​
 +  display=title;​
 +  snippet=inline,​999999,​l1;​
 +  bullet=square;​
 +  fontsize=100%;​
 +  hidemsg;
 +  hidejump;
 + ​}} ​
  
-===== Inhalt =====+==== Allgemein ​==== 
 +Ganz allgemeine Code-Schnipsel & Überlegungen
  
- ​~~NOCACHE~~ ​ 
-<​html><​div class="​pagequery " style="​font-size:​100%"><​h1 class="​title"></​html>​ 
-Allgemein 
-<​html></​h1></​div></​html>​ 
 {{pagequery>​ {{pagequery>​
   @vba: *;   @vba: *;
Line 19: Line 36:
   display=title;​   display=title;​
   hidestart;   hidestart;
-  snippet=plain,all,w15;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
   hidemsg;   hidemsg;
   hidejump;   hidejump;
-  layout=column;​ 
  ​}} ​  ​}} ​
  
-/* Classes */ +==== Klassen ==== 
-<​html><​div class="​pagequery " style="​font-size:​100%"><​h1 class="​title"></​html>​ +[[vba:​classes:​index|Liste der Klassen]]
-[[vba:​classes:​index]] +
-<​html></​h1></​div></​html>​+
  
 {{pagequery>​ {{pagequery>​
-  ^vba:​classes:​(?​!index)[^:​]+(?::​index)?​$+  ^vba:​classes:​(?​!index)[^:​]+(?::​index)?​$;
   fullregex;   fullregex;
-  sort=ns,​title;​+  sort=ns:asc,title:asc;
   display=title;​   display=title;​
-  snippet=plain,all,w15;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
   hidemsg;   hidemsg;
   hidejump;   hidejump;
-  layout=column;​ 
  ​}} ​  ​}} ​
  
-/* Functions */ +==== Funktionen ==== 
-<​html><​div class="​pagequery " style="​font-size:​100%"><​h1 class="​title"></​html>​ +[[vba:​functions:​index|Liste der Funktionen]]
-[[vba:​functions:​index]] +
-<​html></​h1></​div></​html>​+
  
 {{pagequery>​ {{pagequery>​
   ^vba:​functions:​(?​!index)[^:​]+(?::​index)?​$;​   ^vba:​functions:​(?​!index)[^:​]+(?::​index)?​$;​
 +  fullregex;
 +  sort=title:​asc;​
 +  display=title;​
 +  snippet=inline,​999999,​l1;​
 +  bullet=square;​
 +  fontsize=100%;​
 +  hidemsg;
 +  hidejump;
 + ​}} ​
 +
 +==== Cast ====
 +[[vba:​cast:​index|Liste der Cast-Funktionen]]
 +
 +{{pagequery>​
 +  ^vba:​cast:​(?​!index)[^:​]+(?::​index)?​$;​
   fullregex;   fullregex;
   sort=ns:​asc,​title:​asc;​   sort=ns:​asc,​title:​asc;​
   display=title;​   display=title;​
-  snippet=plain,all,w15;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
   hidemsg;   hidemsg;
   hidejump;   hidejump;
-  layout=column;​ 
  ​}} ​  ​}} ​
  
-/* Cast */ +===== MS Access ===== 
-<​html><​div class="​pagequery " style="​font-size:​100%"><​h1 class="​title"></​html>​ +[[vba:access:index|VBA Funktionen, Klassen & Scripte rund um MS Access]] 
-[[vba:cast:index]] +{{pagequery> 
-<​html></​h1></​div></​html>+  ^vba:​access:​(?​!index)[^:​]+(?::​index)?​$;​ 
 +  fullregex;​ 
 +  sort=ns:​asc,​title:​asc;​ 
 +  display=title;​ 
 +  snippet=inline,​999999,​l1;​ 
 +  bullet=square;​ 
 +  fontsize=100%;​ 
 +  hidemsg; 
 +  hidejump; 
 + ​}} ​
  
 +==== Funktionen ====
 {{pagequery>​ {{pagequery>​
-  ^vba:cast:​(?​!index)[^:​]+(?::​index)?​$+  ^vba:access:​functions:​(?​!index)[^:​]+(?::​index)?​$;
   fullregex;   fullregex;
-  sort=ns,​title;​+  sort=ns:asc,title:asc;
   display=title;​   display=title;​
-  snippet=plain,all,w15;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
   hidemsg;   hidemsg;
   hidejump;   hidejump;
-  layout=column;​ 
  ​}} ​  ​}} ​
  
-/* MS Access */ +==== Klassen ====
-<​html><​div class="​pagequery " style="​font-size:​100%"><​h1 class="​title"></​html>​ +
-[[vba:​access:​index]] +
-<​html></​h1></​div></​html>​+
 {{pagequery>​ {{pagequery>​
-  ​@vba:​access: ​*+  ​^vba:access:classes:​(?​!index)[^:​]+(?::​index)?​$;​ 
-  sort=ns,​title;​+  fullregex
 +  sort=ns:asc,title:asc;
   display=title;​   display=title;​
-  ​hidestart;​ +  snippet=inline,999999,l1;
-  ​snippet=plain,all,w15;+
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
   hidemsg;   hidemsg;
   hidejump;   hidejump;
-  layout=column;​ 
  ​}} ​  ​}} ​
  
-/* MS Excel */ + 
-<​html><​div class="​pagequery " style="​font-size:​100%"><​h1 class="​title"></​html>​ + 
-[[vba:​excel:​index]] +===== MS Excel ===== 
-<​html></​h1></​div></​html>​+[[vba:​excel:​index|VBA Funktionen, Klassen & Scripte rund um MS Excel]] 
 {{pagequery>​ {{pagequery>​
   @vba:excel: *;   @vba:excel: *;
Line 107: Line 138:
   display=title;​   display=title;​
   hidestart;   hidestart;
-  snippet=plain,all,w15;+  snippet=inline,999999,l1;
   bullet=square;​   bullet=square;​
   fontsize=100%;​   fontsize=100%;​
   hidemsg;   hidemsg;
   hidejump;   hidejump;
-  layout=column;​ 
  ​}} ​  ​}} ​
  
  
vba/index.1412688295.txt.gz · Last modified: 07.10.2014 15:24:55 by yaslaw