in

Saving settings on the vba forms

Dear all,

In many cases, I have to do some settings (e.g. text size, starting number) in the form before execution the programme. However, that would be very tiring if I need to redo the same setting wheneven I restart the form in different documents. Is it possible to save the setting in the memory, file or registry?

Thanks very much
Movie Stars

Solution: Saving settings on the vba forms

Having said that attached is a small file with a macro that saves data to the Registry. Hope it helps.

Patrick