Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default disappearing controls

Hi Folks,

Im relatively new to Excel 2000 programming. When I add frames to a
Worksheet with embedded controls (to give the sheet a User Interface look),
the controls are visible in design mode, but disappear (behind the frame?)
when I exit design mode. I have played with every frame/control property and
also tried ordering the shapes, but not having any luck. The slider control
however, is the only one that is visible on top of the frame when not in
design mode €“ check boxes, combo boxes, and labels seem to disappear.

Is there a way to embed frames into a worksheet that react the same as those
within a Userform?

Thanks,
Andrew

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default disappearing controls

You notice that the frame control is not available on the control toolbox
toolbar when you are in a worksheet. It appears to largely be incompatible.

Anyway, once you get the frame on the worksheet, make sure you are still in
design mode. Then right click on the frame and choose edit. Another
toolbox toolbar will appear similar to the one in the vbe. If not, right
click on it in this mode and select toolbar. Now use the controls from
this toolbar to put on the frame.

Bad news - no way to use the events for these controls that I am aware of -
although I have never pursued it that seriously.

You might want to draw a frame or use the one from the forms toolbar
although you won't have the frame functionality.

--
Regards,
Tom Ogilvy




"Drewbular" wrote in message
...
Hi Folks,

I'm relatively new to Excel 2000 programming. When I add frames to a
Worksheet with embedded controls (to give the sheet a User Interface

look),
the controls are visible in design mode, but disappear (behind the frame?)
when I exit design mode. I have played with every frame/control property

and
also tried ordering the shapes, but not having any luck. The slider

control
however, is the only one that is visible on top of the frame when not in
design mode - check boxes, combo boxes, and labels seem to disappear.

Is there a way to embed frames into a worksheet that react the same as

those
within a Userform?

Thanks,
Andrew



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default disappearing controls

Thanks Tom.

That info will keep me from going insane (for at least a week) - and
actually you've given me an idea that works great...From the control toolbar,
insert a blank Image and a Label, and adjust the border styles and background
colors accordingly. Now it looks just like a frame. Perfect!

Andrew

"Tom Ogilvy" wrote:

You notice that the frame control is not available on the control toolbox
toolbar when you are in a worksheet. It appears to largely be incompatible.

Anyway, once you get the frame on the worksheet, make sure you are still in
design mode. Then right click on the frame and choose edit. Another
toolbox toolbar will appear similar to the one in the vbe. If not, right
click on it in this mode and select toolbar. Now use the controls from
this toolbar to put on the frame.

Bad news - no way to use the events for these controls that I am aware of -
although I have never pursued it that seriously.

You might want to draw a frame or use the one from the forms toolbar
although you won't have the frame functionality.

--
Regards,
Tom Ogilvy




"Drewbular" wrote in message
...
Hi Folks,

I'm relatively new to Excel 2000 programming. When I add frames to a
Worksheet with embedded controls (to give the sheet a User Interface

look),
the controls are visible in design mode, but disappear (behind the frame?)
when I exit design mode. I have played with every frame/control property

and
also tried ordering the shapes, but not having any luck. The slider

control
however, is the only one that is visible on top of the frame when not in
design mode - check boxes, combo boxes, and labels seem to disappear.

Is there a way to embed frames into a worksheet that react the same as

those
within a Userform?

Thanks,
Andrew




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disappearing filters ACCOUNTING GAL[_2_] Setting up and Configuration of Excel 1 March 5th 09 07:02 PM
ActiveX Controls vs Form Controls Alex Excel Discussion (Misc queries) 1 January 11th 06 08:46 AM
Macros keep disappearing OzBushDude Excel Discussion (Misc queries) 1 December 21st 05 08:57 AM
Add-Ins Disappearing? Ben Excel Discussion (Misc queries) 3 July 18th 05 10:39 AM
Event procedures for controls added with Controls.Add John Austin[_4_] Excel Programming 1 March 9th 05 03:31 PM


All times are GMT +1. The time now is 04:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"