VB Macro Code for Checkbox - Functional Checklist Survey in Microsoft Word 2010 (part 7 of 9)

VB Macro Code for Checkbox - Functional Checklist Survey in Microsoft Word 2010 (part 7 of 9)


Entering the Visual Basic Macro Code for Next Checkboxes.This video shows the final end product of a Checklist Survey built in Microsoft Word 2010. Word Document is built using Visual Basic Editor and is saved as a Macro Enabled Document (.docm). VBA ActiveX Controls Used: Checkbox, Label, Commandbutton. Survey has checkbox options for a customer satisfaction survey checklist. Commandbutton allows user to clear the survey and all data is auto-calculated.
Closed Caption:

hello everyone in this next video as i
mentioned in the previous one this is
going to be lookin good continuation of
adding the check boxes of the coating
for the check boxes so you should
already have question one setup and now
we're going to set up question 2 and 3
on these i'm just going to speed up the
process and just go straight through it
just please make sure you're following
along quickly and again all of this must
be set up accurate least if not when it
comes to building the actual code to
calculate the data you will get an error
if if this is not set up properly so i'm
going to go on to get this setup here
i'm going to double-click the one and
I'm gonna do the same process that we
had for question one so i'm going to
copy the the if statement and the only
thing I'm going to do here is just
changed the 12 a to now so all we're
doing it so if question two options
click its value is true on a set q22 BCD
and es false and i'm just going to use
this code now to go forward to the next
one's option to sew it be
it's true that i'm going to set a cdna
to false
if c is true then i'm going to set a be
DNE to false for the fourth option which
is d if that value is true then i set a
b c and d to false and then now five the
number five which is optionally eq2 e is
true then we need to set a b c and d to
false and i'm going to the exact same
thing for number three
just change that information you don't
want to have the the two so if q3 a true
then set b c d and e to false
copy that if B is true then a CD and he
will be false to 3c is true then set a
BD + e2 false if Q 3d is true then set a
b c and e to false and then last if e is
true then set a b c and d to false so
all this coating is just going to make
sure that your end user can only select
one option from the checkboxes and i'm
going to just test this out
take us out of design mode put us into
production mode checkbox one that works
and i'm just going to go through them
real quick just to make sure we're set
up properly
alright we're all set you want to make
sure that you test it before you proceed
so just make sure you set up your check
box encoding correctly and then all this
does just make sure that your user can
only select one checkbox we haven't got
into the coding s2 I'm hows it how this
information will calculate so in the
next video I'm going to show how do we
can add coating on the clear survey
button that way when you select clear
survey this label gets reset and all of
your checkboxes get blacked out that way
the user can start off with the quick
with a clean survey

Video Length: 03:58
Uploaded By: Alex Cantu
View Count: 14,203

Related Software Products
Visual Basic Activex Controls
Visual Basic Activex Controls

Published By:
helpsofts

Description:
Professional VB Activex Controls for visual basic 6.0 HVEE 2008 (VB ActiveX Controls) provides professional VB ActiveX Controls for Visual Basic (VB) that are easy to use and customize to give you the ability to quickly and easily create professional vb applications that have the latest visual styles and advanced features that are seen in such products as Microsoft Windows, XP, vista regardless of their operating system. Smart Professional User Interface (GUI) for VB or any activeX platforms ...


Related Videos
Excel VBA ActiveX Controls #1 Worksheet Button and Textbox
Excel VBA ActiveX Controls #1 Worksheet Button and Textbox

Using a Button and a Textbox directly on a worksheet to invoke some simple VBA code. In this lesson, we show the user how to access the Design mode in the Developer ribbon. Design mode allow you to resize/reshape ActiveX items and right-click,Properties to edit properties. We also give the button and textbox a custom name and watch how excel utilizes that name. **Limited Offer** Learn to Make Excel Do Your Work For You with The Ultimate Excel Programmer Course – Get the ...
Video Length: 07:04
Uploaded By: ExcelVbaIsFun
View Count: 79,699

How to create and use User Controls in VB.NET
How to create and use User Controls in VB.NET

Check out the website: http://www.mkasoft.com for more tutorials and how to. hr / bClosed Caption:/b ok hello guys in this video we are going to see how you can create your own user control and how you can put that inside the DML and ported to other applications so before we start the control that we're going to create is going to display a message letter by letter ok it will be like a label but you know what few other ...
Video Length: 19:21
Uploaded By: mkaatr
View Count: 37,687

Excel 2010 VBA Tutorial 54 - ActiveX Controls - Command Button
Excel 2010 VBA Tutorial 54 - ActiveX Controls - Command Button

How to use Active X Controls to add buttons to your worksheets that run macros. Website and Forum: http://yourprogrammingnetwork.co.uk - Please direct any questions you have here. hr / bClosed Caption:/b how everybody are working to my 54 BB 85,000 tutorial and this tutorial is going to show you how to use the activex controls in your workbooks and activex control is essentially the same as user forum accepts its going to integratebr ...
Video Length: 04:41
Uploaded By: YourProgrammingNetwork
View Count: 35,043

Adding VB ActiveX Controls - Checklist Survey in Microsoft Word 2010 (part 5 of 9)
Adding VB ActiveX Controls - Checklist Survey in Microsoft Word 2010 (part 5 of 9)

This video shows how to Add all the ActiveX Controls Checkboxes CommandButton and Labels for Microsoft Word 2010. Word Document is built using Visual Basic Editor and is saved as a Macro Enabled Document (.docm). VBA ActiveX Controls Used: Checkbox, Label, Commandbutton. Survey has checkbox options for a customer satisfaction survey checklist. Commandbutton allows user to clear the survey and all data is auto-calculated. (part 1 of 9) hr / bClosed Caption:/b hello everyone ...
Video Length: 09:40
Uploaded By: Alex Cantu
View Count: 24,302

Excel 2010 VBA Tutorial 55 - ActiveX Controls - Text Box
Excel 2010 VBA Tutorial 55 - ActiveX Controls - Text Box

How to use Active X Controls to add user input text boxes to your spreadsheets. Website and Forum: http://yourprogrammingnetwork.co.uk - Please direct any questions you have here. hr / bClosed Caption:/b I don't worry i walked into my 55th vba 2010 tutorial and this tutorial is going to show you how to use text boxes on your worksheets so again we need to go into design mode and I'm just going to drag the submit button down here ...
Video Length: 03:38
Uploaded By: YourProgrammingNetwork
View Count: 17,412

Form Filler ActiveX control (using Visual Basic 6.0)
Form Filler ActiveX control (using Visual Basic 6.0)

Demo of my ActiveX control "FormFiller", in a Visual Basic program which directly exposes the properties and methods of the control to the user. This is used for arranging and printing official forms. The text boxes at the top are for sending data to the control, as would be in a row of a database table. You will see me sending various bits of data to the control and then having it auto fill the form based on the data. The control includes a print function which takes font name and size as ...
Video Length: 06:00
Uploaded By: DFPercush
View Count: 16,706

how to create ActiveX control in vb 6
how to create ActiveX control in vb 6

in this video i will show you how to use activex control in vb6 hr / bClosed Caption:/b hello friends in this tutorial i will show you how to use activex control access control is used to make good components that are used in toolbox so i will show you a simple addition component which will take two inputs and produce edition of the values i will change the caption here to some and to display yeah yeahbr ...
Video Length: 04:37
Uploaded By: tps
View Count: 15,571

Excel 2010 VBA Tutorial 56 - ActiveX Controls - Drop Down Box
Excel 2010 VBA Tutorial 56 - ActiveX Controls - Drop Down Box

How to use Active X Controls to add drop down boxes to your spreadsheets. Website and Forum: http://yourprogrammingnetwork.co.uk - Please direct any questions you have here. hr / bClosed Caption:/b font color="#E5E5E5"hello everybody and welcome to my 56/font font color="#CCCCCC"vpat 2010 tutorial/fontfont color="#E5E5E5" in this tutorial is/font going to show you how to create a font color="#CCCCCC"drop-down box in with your ...
Video Length: 03:49
Uploaded By: YourProgrammingNetwork
View Count: 15,451

Excel 2010 VBA Tutorial 57 - ActiveX Controls - Spin Buttons
Excel 2010 VBA Tutorial 57 - ActiveX Controls - Spin Buttons

How to use Active X Controls to add Spin Buttons to your spreadsheets. Website and Forum: http://yourprogrammingnetwork.co.uk - Please direct any questions you have here. hr / bClosed Caption:/b font color="#E5E5E5"I don't everybody/fontfont color="#CCCCCC" and welcome/fontfont color="#E5E5E5" to my 57/font font color="#E5E5E5"BB/fontfont color="#CCCCCC" 8520 tutorial in/fontfont color="#E5E5E5" this tutorial is/font going to show ...
Video Length: 05:44
Uploaded By: YourProgrammingNetwork
View Count: 13,394

Copyright © 2025, Ivertech. All rights reserved.