Dear Friends,
my task is to move the postion of radio buttons on userform after giving the input distance.
Hope i am clear.
thank you very much in advance.
regards
yeshwant.
Dear Friends,
my task is to move the postion of radio buttons on userform after giving the input distance.
Hope i am clear.
thank you very much in advance.
regards
yeshwant.
Hello yeshwant_sur,
The controls can be repositioned before the UserForm is made visible (UserForm_Initialize event) or after the UserForm is displayed. This is easily done by changing the Left and Top properties of the control you wish to move. These properties are relative to the upper left corner of the UserForm which is the origin at x(0), y(0).
Sincerely,
Leith Ross
Remember To Do the Following....
1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.2. Thank those who have helped you by clicking the Starbelow the post.
3. Please mark your post [SOLVED] if it has been answered satisfactorily.
Old Scottish Proverb...
Luathaid gu deanamh maille! (Rushing causes delays!)
Perhaps something like this would work for you. The border can be removed at the indicated line in the sub MakeMobile, in the class module.
Note that buttons can set to be moved en-masse or individually.
_
...How to Cross-post politely...
..Wrap code by selecting the code and clicking the # or read this. Thank you.
I am very much thankful to you.
its working fine now. thanks a lot once again.
cheers ....
regards
yeshwant
I am very much thankful to you.
its working fine now. thanks a lot once again.
cheers ....
regards
yeshwant
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks