This may seem extremely easy to some as I am new to getting back into the world of VBA/macors, and similar questions have been asked by others, but I am unable to get a simple keyin load to run, and unsure why.
I have created a very simple vba project titled LoadCharacters.mvba. It has one Form named CharForm which includes a listbox to choose cells.
The project also has 1 module named LoadChar which has a simple code to run the dialog box, as shown below.
Sub StartChar() CharForm.ShowEnd Sub
If I run the vba from either the macros: Project manager or macros:macros and/or thru the VBA project editor, all runs great-exactly the way I wanted it.
Here comes the question:
I have read everywhere I think possible to locate the correct keyin to be able to run this vba thru a D&C manager item and also a custom tool. The keyin I thought should work (and I have tried many many other various iterations) is: vba run [LoadCharacters]LoadChar.StartChar
'VBA interfae error: unable to run macro - project, module, or macro not found.
Could someone please tell what I am doing wrong and help decipher this error? I have been beating my head against the wall all day.
Thank you to anyone/everyone who has suggestions.