Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 158
Default Range Address Memory Variable Limitation

Tom - Thank you for your help. I appreciate it.

Thx
MSweetG222



"Tom Ogilvy" wrote:

rng.select

would again select them

--
Regards,
Tom Ogilvy


"MSweetG222" wrote in message
...
Tom - Thank you for your response and correction of my issue.

Once I store a reference to the cells as you indicate below, what code is
needed to "select" those same lines? Or are you saying that I cannot

select
ranges in excess of the 255 character limitation?


Thx
MSweetG222



"Tom Ogilvy" wrote:

rather than store the addresses, store a reference to the cells

Dim rng as Range
set rng = Selection

I think you are having trouble using the addresses - not storing them.
something like

Range(MyRangeAddresses) would be limited to a string of 255 characters

I
believe.

--
Regards,
Tom Ogilvy


"MSweetG222" wrote in message
...
I have a large table on a worksheet.
I am autofiltering on 1 of the fields.
I was going to store the range addresses of the visible cells using:

MyRangeAddresses = Selection.Address

But, there appears to be some sort of limitation. It only stores only

a
small fraction of the visible cell addresses.

What should the code be to store all of the visible cell addresses?

Thanks in advance for your help.

MSweetG222







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
What is the limitation of formula memory for Office XP - Excel XP? Eric Excel Discussion (Misc queries) 1 September 5th 07 04:18 PM
Bypassing the 128MB formula memory limitation in 2002? [email protected] Excel Discussion (Misc queries) 7 September 9th 05 07:25 PM
Memory problem or Excel limitation Jac Tremblay[_4_] Excel Programming 5 March 23rd 05 05:55 PM
How do you get a Selected Range address into a variable? Jack Excel Programming 5 November 20th 03 04:09 AM


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