Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how do I convert this VB.Net code to VBA code

What I have tried:

Private Sub InputTypeLabel_Click(sender As Object, e As EventArgs) Handles InputTypeLabel.Click
Posted
Updated 1-Jan-22 19:49pm

1 solution

You don't.

This is nothing but a Click event handler for a label.

In VBA, you just double-click the label control and it'll create an event handler function for you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900