Setting Command Buttons Properties

JamesJoey

Registered User.
Local time
Today, 15:57
Joined
Dec 6, 2010
Messages
642
Is it possible to, programmatically, set a command button's format shape form a public function.?

Also, is it possible to, programmatically, set the command button's mouse hover to hyperlink hand or default.

James
 
I found the CursorOnHove and the Shape member for the command button.

Getting lazy.
 
i dont know what the shape of a public function is,
but you CAN make a button RUN a function:

call MyFunction ()
 

Users who are viewing this thread

Back
Top Bottom