ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Userform Option button lost (https://www.excelbanter.com/excel-programming/428702-userform-option-button-lost.html)

Brett

Userform Option button lost
 
I have an option button that is apparently "off the scale" somewhere. Either
it's left or top property is set so that it doesn't show. How can I get it
back into position wnen I'm editing the userform (because I need to delete
it) please?

OssieMac

Userform Option button lost
 
Hi Brett,

If you go into Design on the Userform and open Properties then you should be
able to select its properties by clicking the dropdown at the very top of
properties and select the required option button. Just reset its left and top
properties to where you can see them. Also ensure visible = true.

--
Regards,

OssieMac


"Brett" wrote:

I have an option button that is apparently "off the scale" somewhere. Either
it's left or top property is set so that it doesn't show. How can I get it
back into position wnen I'm editing the userform (because I need to delete
it) please?


Brett

Userform Option button lost
 
Thanks Ossie, no luck though - I don't know where it got to, but I do know
that I'm not allowed to use that name again, so it must be somewhere! Doesn't
matter too much - I just used a different name, but it goes against the grain
to carry extra stuff around. Regards, Brett

"OssieMac" wrote:

Hi Brett,

If you go into Design on the Userform and open Properties then you should be
able to select its properties by clicking the dropdown at the very top of
properties and select the required option button. Just reset its left and top
properties to where you can see them. Also ensure visible = true.

--
Regards,

OssieMac


"Brett" wrote:

I have an option button that is apparently "off the scale" somewhere. Either
it's left or top property is set so that it doesn't show. How can I get it
back into position wnen I'm editing the userform (because I need to delete
it) please?


Patrick Molloy

Userform Option button lost
 
have you tried GOTO (F5) Special Objects .... then tabbing takes you to each
object ( buttons etc)
when your selection disappears, it would indicate you object is off
screen....then go to its properties and reset the left and top values ....or
just delete it

make sure the format is set to Don't move or copy with cells for all your
buttons etc



"Brett" wrote in message
...
Thanks Ossie, no luck though - I don't know where it got to, but I do know
that I'm not allowed to use that name again, so it must be somewhere!
Doesn't
matter too much - I just used a different name, but it goes against the
grain
to carry extra stuff around. Regards, Brett

"OssieMac" wrote:

Hi Brett,

If you go into Design on the Userform and open Properties then you should
be
able to select its properties by clicking the dropdown at the very top of
properties and select the required option button. Just reset its left and
top
properties to where you can see them. Also ensure visible = true.

--
Regards,

OssieMac


"Brett" wrote:

I have an option button that is apparently "off the scale" somewhere.
Either
it's left or top property is set so that it doesn't show. How can I get
it
back into position wnen I'm editing the userform (because I need to
delete
it) please?



Brett

Userform Option button lost
 
Hi Patrick, its on a Userform so.......?

"Patrick Molloy" wrote:

have you tried GOTO (F5) Special Objects .... then tabbing takes you to each
object ( buttons etc)
when your selection disappears, it would indicate you object is off
screen....then go to its properties and reset the left and top values ....or
just delete it

make sure the format is set to Don't move or copy with cells for all your
buttons etc



"Brett" wrote in message
...
Thanks Ossie, no luck though - I don't know where it got to, but I do know
that I'm not allowed to use that name again, so it must be somewhere!
Doesn't
matter too much - I just used a different name, but it goes against the
grain
to carry extra stuff around. Regards, Brett

"OssieMac" wrote:

Hi Brett,

If you go into Design on the Userform and open Properties then you should
be
able to select its properties by clicking the dropdown at the very top of
properties and select the required option button. Just reset its left and
top
properties to where you can see them. Also ensure visible = true.

--
Regards,

OssieMac


"Brett" wrote:

I have an option button that is apparently "off the scale" somewhere.
Either
it's left or top property is set so that it doesn't show. How can I get
it
back into position wnen I'm editing the userform (because I need to
delete
it) please?



Patrick Molloy

Userform Option button lost
 
oops
how about looping through each control and seeing where its at?
dim ctrl as control
for each ctrl in me.controls
if ctrl.left200 then
debug.print ctrl.name
stop

next

"Brett" wrote in message
...
Hi Patrick, its on a Userform so.......?

"Patrick Molloy" wrote:

have you tried GOTO (F5) Special Objects .... then tabbing takes you to
each
object ( buttons etc)
when your selection disappears, it would indicate you object is off
screen....then go to its properties and reset the left and top values
....or
just delete it

make sure the format is set to Don't move or copy with cells for all your
buttons etc



"Brett" wrote in message
...
Thanks Ossie, no luck though - I don't know where it got to, but I do
know
that I'm not allowed to use that name again, so it must be somewhere!
Doesn't
matter too much - I just used a different name, but it goes against the
grain
to carry extra stuff around. Regards, Brett

"OssieMac" wrote:

Hi Brett,

If you go into Design on the Userform and open Properties then you
should
be
able to select its properties by clicking the dropdown at the very top
of
properties and select the required option button. Just reset its left
and
top
properties to where you can see them. Also ensure visible = true.

--
Regards,

OssieMac


"Brett" wrote:

I have an option button that is apparently "off the scale"
somewhere.
Either
it's left or top property is set so that it doesn't show. How can I
get
it
back into position wnen I'm editing the userform (because I need to
delete
it) please?




All times are GMT +1. The time now is 12:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com