No Comments
No comments yet.
RSS feed for comments on this post. TrackBack URI
Printing in Excel is a bit different than printing in some other programs, such as a word processor. Printing selected objects is one of the special features in Excel.



A ‘Microsoft visual basic‘ window appears.

Private Sub Workbook_BeforePrint (Cancel As Boolean)
Dim CBX As CheckBox
For Each CBX In ActiveSheet.CheckBoxes
If CBX.Value = xlOff Then CBX.PrintObject = False
Next CBX
End Sub

————————————————————————————————————–
Vani is a Business Associate with p2w2, a Spreadsheet Solutions company. p2w2 has expertise in Excel Modeling, Excel Dashboards, Profitability Analysis,  Excel Invoicesand Excel Bid sheets. You can contact us by email: cs [at] p2w2.com or call us at 305.600.0950.