LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default Save & Load A Range


Wonder if something like this is possible - 'air' code to show
example.
--
Dim zz As Range
Set zz = Worksheets("Sheet1").Range("S760:CD760")

Open "c:\test" for output as #1
print # 1, zz
Close 1

Then,

Open "c:\test" for input as #1
get # 1, zz
Close 1
--

I suspect I may need to do this

Dim c as Range
Open "c:\test" for output as #1

For Each c In zz
print # 1,c.Value
Next c
Close 1

And

Open "c:\test" for input as #1
Do
line input # 1, zz
Somehow put zz back into the range ???
loop until eof(1)
Close 1

--

Thanks - Kirk
 
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
A save/load txt UserForm Abe[_4_] Excel Programming 3 July 27th 06 10:16 PM
Save/Load txt files UserForm question Abe[_4_] Excel Programming 1 July 7th 06 12:20 AM
How to d/load & save web pages w/VBA? Ron[_14_] Excel Programming 0 April 13th 06 07:49 PM
avoiding Load/Save Dialog Vishesh Vyas Charts and Charting in Excel 0 June 21st 05 01:37 PM
Excel is very slow to load/save the spreadsheet Simon Ren Excel Programming 3 July 8th 03 10:21 PM


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