Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 293
Default Place TextBox Behind Other Controls on a Workshheet

Greetings,

I am using a TextBox as a back ground. I have done this in a UserForm
to color a MultiPage control by setting the display orderSend to back
or Bring to front with ZOrder. I don't see that command available for
a Control Toolbox Label.

Can anyone show me how to put this Control Toolbox Label behind other
controls (CommandButtons)???

Any help will be appreciated.

-Minitman
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Place TextBox Behind Other Controls on a Workshheet

In design mode right click the control and look at Order.

Adapted from the macro recorder -

ActiveSheet.Shapes("Label1").ZOrder msoSendToBack

Regards,
Peter T

"Minitman" wrote in message
...
Greetings,

I am using a TextBox as a back ground. I have done this in a UserForm
to color a MultiPage control by setting the display orderSend to back
or Bring to front with ZOrder. I don't see that command available for
a Control Toolbox Label.

Can anyone show me how to put this Control Toolbox Label behind other
controls (CommandButtons)???

Any help will be appreciated.

-Minitman



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 293
Default Place TextBox Behind Other Controls on a Workshheet

So that's where it is hiding!!!

Thanks Peter,

-Minitman


On Thu, 22 May 2008 07:45:41 +0100, "Peter T" <peter_t@discussions
wrote:

In design mode right click the control and look at Order.

Adapted from the macro recorder -

ActiveSheet.Shapes("Label1").ZOrder msoSendToBack

Regards,
Peter T

"Minitman" wrote in message
.. .
Greetings,

I am using a TextBox as a back ground. I have done this in a UserForm
to color a MultiPage control by setting the display orderSend to back
or Bring to front with ZOrder. I don't see that command available for
a Control Toolbox Label.

Can anyone show me how to put this Control Toolbox Label behind other
controls (CommandButtons)???

Any help will be appreciated.

-Minitman



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
Problem with TAB key and Textbox controls Paul M[_4_] Excel Programming 2 June 6th 14 05:54 PM
Linked Textbox Controls on Form - Avoiding Cascading Change Events Blue Aardvark Excel Programming 1 March 15th 07 10:09 PM
display multiple charts in a workshheet hmac Charts and Charting in Excel 0 May 23rd 06 03:29 AM
TextBox Controls--tabbing Ed Prill Excel Programming 1 August 17th 04 02:56 PM
How do I tabulate between textbox controls in EXCEL? JGI Excel Programming 4 January 19th 04 10:06 AM


All times are GMT +1. The time now is 10:25 AM.

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

About Us

"It's about Microsoft Excel"