Mister-Dinky / LAB-to-RGB

An Excel UserForm to convert CIELAB values to RGB
MIT License
3 stars 2 forks source link

Running problem of macro #2

Open haldunkocak opened 2 years ago

haldunkocak commented 2 years ago

Hi Mister-Dinky,

I would like to thank you for your sharing such a useful codes for others and I appreciate your effort about it. I need some help about codes. I tried to implement them into Visual Basic, then when I run the macro, whatever I do, I get warning which says "Compile error ; Invalid outside procedure" . Could you help me about running this macro in excel.

Thanks a lot. All bests

Mister-Dinky commented 2 years ago

Hi Haldun,

Thank you for the compliment :)

This tool requires the use of the RefEdit Userform widget. Do you have that enabled in your Excel? If not, then I am afraid that I don't know what the problem is.

The tool consists of two core elements: The UserForm, and the function that converts LAB to RGB. If the UserForm refuses to work, then you might at least be able to use that function for your calculations.

KR, Dinky