Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default determine the actual vissible text

Hi:
I know I can get the text and the value, from he .text,and .value
properties. How though can I obtain the text that is actually visible on
screen?
Cheers
Sean.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default determine the actual vissible text

In what circumstances does the Text property not return the text as
displayed? Can you provide and example?

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Sun, 18 Jan 2009 18:21:45 -0000, "Sean Farrow"
wrote:

Hi:
I know I can get the text and the value, from he .text,and .value
properties. How though can I obtain the text that is actually visible on
screen?
Cheers
Sean.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default determine the actual vissible text

You will have to describe to us exactly what you mean by "the text that is
actually visible on the screen". Do you mean you want the text from *every*
cell that is in the visible part of the screen? Or do you mean you want the
text from a particular cell only if that cell is visible on the screen? What
constitutes "visible on the screen"? When it is in the current scroll area?
What if the row or column the cell is in is hidden? Or perhaps you have
something totally different in mind?

--
Rick (MVP - Excel)


"Sean Farrow" wrote in message
...
Hi:
I know I can get the text and the value, from he .text,and .value
properties. How though can I obtain the text that is actually visible on
screen?
Cheers
Sean.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default determine the actual vissible text


Rick Rothstein;187661 Wrote:
You will have to describe to us exactly what you mean by "the text that
is
actually visible on the screen". Do you mean you want the text from
*every*
cell that is in the visible part of the screen? Or do you mean you want
the
text from a particular cell only if that cell is visible on the screen?
What
constitutes "visible on the screen"? When it is in the current scroll
area?
What if the row or column the cell is in is hidden? Or perhaps you
have
something totally different in mind?

--
Rick (MVP - Excel)


"Sean Farrow" wrote in message
...
Hi:
I know I can get the text and the value, from he .text,and .value
properties. How though can I obtain the text that is actually visible

on
screen?
Cheers
Sean.


I don't know if this has any relevance to your problem, but, I
discovered recently that the .text property of a Range has a maximum
limit to 1024 characters, while the .Value property will return up to
32K, in Excel 2003.


--
Leith Ross

Sincerely,
Leith Ross

'The Code Cage' (http://www.thecodecage.com/)
------------------------------------------------------------------------
Leith Ross's Profile: http://www.thecodecage.com/forumz/member.php?userid=75
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=51748

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default determine the actual vissible text

Hi:
I mean the text visible in the cell on screen.
For example is the cell is two small for all the text to fit, I need to know
and find out what text currently actually fits in the cell.
If say the text:
This is a test
was the text in a cell but the text:
this is a
wasall that was visible, I need to know that all the text doesn't fit and
tha the text this is a is visible and currently fits in the cell.
hope this helps.
Sean.
"Leith Ross" wrote in message
...

Rick Rothstein;187661 Wrote:
You will have to describe to us exactly what you mean by "the text that
is
actually visible on the screen". Do you mean you want the text from
*every*
cell that is in the visible part of the screen? Or do you mean you want
the
text from a particular cell only if that cell is visible on the screen?
What
constitutes "visible on the screen"? When it is in the current scroll
area?
What if the row or column the cell is in is hidden? Or perhaps you
have
something totally different in mind?

--
Rick (MVP - Excel)


"Sean Farrow" wrote in message
...
Hi:
I know I can get the text and the value, from he .text,and .value
properties. How though can I obtain the text that is actually visible

on
screen?
Cheers
Sean.


I don't know if this has any relevance to your problem, but, I
discovered recently that the .text property of a Range has a maximum
limit to 1024 characters, while the .Value property will return up to
32K, in Excel 2003.


--
Leith Ross

Sincerely,
Leith Ross

'The Code Cage' (http://www.thecodecage.com/)
------------------------------------------------------------------------
Leith Ross's Profile:
http://www.thecodecage.com/forumz/member.php?userid=75
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=51748





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
How to programmatically determine actual page count in Excel 2003? GopherDude Excel Programming 0 September 4th 07 08:46 PM
how do i copy the actual text of a formula? showsomeidnow[_2_] Excel Discussion (Misc queries) 7 May 2nd 07 11:17 PM
equals the actual number...not text ???? JcR Excel Worksheet Functions 7 March 16th 06 05:10 AM
Can't export actual text - Get #### instead confuzedagain Excel Discussion (Misc queries) 2 December 7th 05 04:31 PM
Tab in text box inserts actual tab Andy Brown Excel Programming 0 August 31st 03 02:31 AM


All times are GMT +1. The time now is 11:52 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"