Hello all, I am new to VBA and am trying to figure out how to create buttons that perform certain functions.
I am creating a product information page that provides specs for a given product. By default, all information should display in English units. In addition, the button "English" under Measurements in column E should automatically be gray (White, Background 1, Darker 35%/ Hex: #A6A6A6), inner bevel with white text. If the user clicks Metric (column F), then the following actions should happen:
I appreciate any assistance with this!
I am creating a product information page that provides specs for a given product. By default, all information should display in English units. In addition, the button "English" under Measurements in column E should automatically be gray (White, Background 1, Darker 35%/ Hex: #A6A6A6), inner bevel with white text. If the user clicks Metric (column F), then the following actions should happen:
- Format of the English and Metric buttons should swap.
- Calculations for the dimensions in columns B - D should be converted to metric units.
- Text in column A should change to represent metric units.
- If the user clicks the English button again, it should revert back to the original state. However, clicking the already depressed button should not result in any additional actions.
I appreciate any assistance with this!