Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Display a textbox embedded in the Excel sheet

Hi, can anyone tell me is it possible to display a textbox embedded in a worksheet? The textbox is not for user-input, and just display default text. Thanks a lot.

Tom

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Display a textbox embedded in the Excel sheet

Just look at the sheet. Scroll it into view if necessary.

or perhaps if you meant in code:


msgbox Activesheet.Textboxes(1).Text

for a textbox from the drawing toolbar

for a control toolbox toolbar textbox

msgbox Activesheet.TextBox1.Text


--
Regards,
Tom Ogilvy


"Tom Shi" wrote in message
...
Hi, can anyone tell me is it possible to display a textbox embedded in a
worksheet? The textbox is not for user-input, and just display default
text. Thanks a lot.

Tom



----------------------------------------------------------------------------
----


Hi, can anyone tell me is it possible to display a textbox embedded in a
worksheet? The textbox is not for user-input, and just display default
text. Thanks a lot.

Tom


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
Display symbols in embedded excel sheet in word df_newtovba[_2_] Excel Discussion (Misc queries) 0 December 23rd 08 08:49 PM
How do I display embedded pictures in Excel as icons? dkpugh Excel Discussion (Misc queries) 2 November 28th 06 05:04 AM
Embedded Chart in Excel Sheet George Charts and Charting in Excel 3 August 4th 05 12:19 PM
Embedded Objects in EXCEL spread sheet James McDowell[_2_] Excel Programming 1 April 18th 05 11:53 PM
Saving an Embedded Excel Sheet in OLE Control Prabhakar Excel Programming 0 September 30th 04 03:55 PM


All times are GMT +1. The time now is 07:28 PM.

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"