Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Privacywetgeving
Het is bij Helpmij.nl niet toegestaan om persoonsgegevens in een voorbeeld te plaatsen. Alle voorbeelden die persoonsgegevens bevatten zullen zonder opgaaf van reden verwijderd worden. In de vraag zal specifiek vermeld moeten worden dat het om fictieve namen gaat.
Sub myDymoSet()
Dim D As String
D = Application.Dialogs(xlDialogPrinterSetup).Show
D = Application.ActivePrinter
Sheets("Menu").Range("$H$8").Value = D
Sheets("BarcodeSticker").Range("$G$7").Value = D
End Sub
Sub setup_Etiket_11532_2x() 'Instellingen papierformaat: 11352 Return Adress Int 2,54 x 5,4 cm
Dim etiket As Worksheet
Set etiket = ThisWorkbook.Worksheets("BarcodeSticker")
Application.PrintCommunication = True
etiket.PageSetup.PrintArea = "$A$1:$B$11"
With etiket.PageSetup
.LeftMargin = Application.InchesToPoints(0#)
.RightMargin = Application.InchesToPoints(3.93700787401575E-02)
.TopMargin = Application.InchesToPoints(0)
.BottomMargin = Application.InchesToPoints(0.078740157480315)
.HeaderMargin = Application.InchesToPoints(0#)
.FooterMargin = Application.InchesToPoints(0.078740157480315)
.PrintQuality = 300
.CenterHorizontally = True 'False
.CenterVertically = True 'False
.Orientation = xlPortrait
.PaperSize = 170
.BlackAndWhite = False
.Zoom = 85
.FitToPagesWide = 1
.FitToPagesTall = 1
.PrintErrors = xlPrintErrorsDisplayed
End With
etiket.PrintOut Copies:=1, Collate:=True, IgnorePrintAreas:=False
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.