Explorar o código

made Zahlliste sheets landscape.

Tomislav Cvetic %!s(int64=7) %!d(string=hai) anos
pai
achega
97d6194752
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/macros/SZTM_Zahlliste.bas

+ 2 - 1
src/macros/SZTM_Zahlliste.bas

@@ -1,7 +1,7 @@
 Attribute VB_Name = "Module1"
 Sub SZTM_Zahlliste()
 Attribute SZTM_Zahlliste.VB_Description = "Formatiert die Zahlliste"
-Attribute SZTM_Zahlliste.VB_ProcData.VB_Invoke_Func = "F\n14"
+Attribute SZTM_Zahlliste.VB_ProcData.VB_Invoke_Func = "Z\n14"
 '
 ' SZTM_Zahlliste Macro
 ' Formatiert die Zahlliste
@@ -13,6 +13,7 @@ Attribute SZTM_Zahlliste.VB_ProcData.VB_Invoke_Func = "F\n14"
         With ws
         
             ws.Activate
+            ws.PageSetup.Orientation = xlLandscape
             
             'Select first row, change font size, make bold and merge
             Range("A1:F1").Select