Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You post is kind of vague. Is Utskriftsfunktion a Userform? And the
checkboxes and canc are on the userform? What is canc? Is it a combobox? Please describe what you're this code is suppose to do vs. just saying it doesn't work. -- Cheers, Ryan "Mia" wrote: Hi, I don't get my checkbox to work. Do anyone know whats wrong with my code? Sub Utskrift() Application.ScreenUpdating = False Utskriftsfunktion.Show If canc = 4 Then Exit Sub If canc = 5 Then If CheckBox3 = True Then Call fakturapdf If CheckBox4 = True Then Call specpdf If CheckBox2 = True Then Call specprint If CheckBox1 = True Then Call fakturaprint Sheets("Indata").Select Application.ScreenUpdating = True End if End Sub I'll be wery grateful if someone can help me! -- Best regards Mia |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
link a checkbox in a sheet to a checkbox on a userform? | Excel Programming | |||
How do I link one checkbox to update another checkbox? | Excel Programming | |||
checkbox on form reset from checkbox on sheet | Excel Programming | |||
CheckBox Problems | Excel Programming | |||
Problems with preventing the user of setting a checkbox of a treeview | Excel Programming |