Hi,
I'm new to VBA programming. I have attempted to complete my first user friendly workbook using VBA programming. I have a main spreadsheet with control buttons, check boxes that trigger such events as displaying input sheets for the user to input data, print reports and saving the file.
I have included through the tools/customize in excel the icons (such as command buttons, checkboxes, spin buttons, view code, etc) on my toolbar. I have just realized through some research that a forms toolbar vs control toolbox exists. I'm not sure which one have?
Questions:
1. How do I know if I have the control toolbox or forms toolbar on my toolbar?
2. What is the difference between the two?
3. I believe the control toolbox is ActiveX controls and the forms toolbar isn't - what does that mean?
4. I'm almost done my workbook - is it worthwhile to move from one to the other. For example, if I don't have the ActiveX controls, should I change it so that I do? If so, how do I do this?
5. I have been programming using VBA code - does the VBA code depend on whether one has the ActiveX controls or not?
Sorry, for what appears to be elementary questions - but this is my first attempt at VBA programming and I'm trying to learn by reading and doing.
Thank you.
I'm new to VBA programming. I have attempted to complete my first user friendly workbook using VBA programming. I have a main spreadsheet with control buttons, check boxes that trigger such events as displaying input sheets for the user to input data, print reports and saving the file.
I have included through the tools/customize in excel the icons (such as command buttons, checkboxes, spin buttons, view code, etc) on my toolbar. I have just realized through some research that a forms toolbar vs control toolbox exists. I'm not sure which one have?
Questions:
1. How do I know if I have the control toolbox or forms toolbar on my toolbar?
2. What is the difference between the two?
3. I believe the control toolbox is ActiveX controls and the forms toolbar isn't - what does that mean?
4. I'm almost done my workbook - is it worthwhile to move from one to the other. For example, if I don't have the ActiveX controls, should I change it so that I do? If so, how do I do this?
5. I have been programming using VBA code - does the VBA code depend on whether one has the ActiveX controls or not?
Sorry, for what appears to be elementary questions - but this is my first attempt at VBA programming and I'm trying to learn by reading and doing.
Thank you.
Last edited: