A
ADB
I have a visual basic project (Load Form) that loads an
excel form. I need to run subs on the vba project from
command buttons on the Excel Spread sheet.
vba project is named Load Form
module on the project is named module1
sub routins on the vba project are LoadComboBox,
MealProcessing(strMealSelected as String) and a couple of
others.
How do I use the command button (cmdLoadCboBox) on the
excel spread sheet (Carb & Insulin Form.xls) to use code
on vb.net project Load_Form.module1.LoadComboBox?
I think I need to set a referrence to the vb.net project
in the Excel module that is handling the cmdLoadCbo, but
haven't found an example the shows how.
excel form. I need to run subs on the vba project from
command buttons on the Excel Spread sheet.
vba project is named Load Form
module on the project is named module1
sub routins on the vba project are LoadComboBox,
MealProcessing(strMealSelected as String) and a couple of
others.
How do I use the command button (cmdLoadCboBox) on the
excel spread sheet (Carb & Insulin Form.xls) to use code
on vb.net project Load_Form.module1.LoadComboBox?
I think I need to set a referrence to the vb.net project
in the Excel module that is handling the cmdLoadCbo, but
haven't found an example the shows how.