Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default resize worksheet

i have two separate workbooks both open and for reasons of securit
neither authors are able to see the others input.

i have been given the task of marrying two worksheets from separat
workbooks into one worksheet.

resize seems the obvious choice, copy and paste one worksheet to th
new worksheet, and add the copy of the second workbook to the end o
the first part of the new worksheet.

ok if this was a nominal cut and paste but the size of the info varie
from day to day hence my request for help.

any one any pointer to a solution!

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default resize worksheet

Hi Alex

If I understand you correct?
http://www.rondebruin.nl/copy1.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl


"alexanderd " wrote in message ...
i have two separate workbooks both open and for reasons of security
neither authors are able to see the others input.

i have been given the task of marrying two worksheets from separate
workbooks into one worksheet.

resize seems the obvious choice, copy and paste one worksheet to the
new worksheet, and add the copy of the second workbook to the end of
the first part of the new worksheet.

ok if this was a nominal cut and paste but the size of the info varies
from day to day hence my request for help.

any one any pointer to a solution!!


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default resize worksheet

Dim rng1 as Range, rng2 as Range, rng3 as Range
set rng1 = workbooks("Book1.xls").Worksheets("Sheet1") _
.Range("A1").CurrentRegion
set rng2 = Workbooks.book2.xls").Worksheets("Sheet1") _
.Range("A1").CurrentRegion

With Workbooks("Book3.xls").Worksheets("Sheet1")
set rng3 = .Range("A1")
rng1.copy Destination:=rng3
set rng3 = .Cells(rows.count,1).End(xlup)
rng2.copy Destination:=rng3
End With

--
Regards,
Tom Ogilvy


"alexanderd " wrote in message
...
i have two separate workbooks both open and for reasons of security
neither authors are able to see the others input.

i have been given the task of marrying two worksheets from separate
workbooks into one worksheet.

resize seems the obvious choice, copy and paste one worksheet to the
new worksheet, and add the copy of the second workbook to the end of
the first part of the new worksheet.

ok if this was a nominal cut and paste but the size of the info varies
from day to day hence my request for help.

any one any pointer to a solution!!


---
Message posted from http://www.ExcelForum.com/



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default resize worksheet

having just become a grand father for the first time dosen't give yo
much time to think about anything else( 7lb 1 once baby girl maisy) an
now back to things more to earth.

to ron ( you must be a mind reader ) i would like to say a great bi
thank you, every thing work in a very effective way and makes life
lot easier for all involved.

how you , your fellow MVP'S find time to help mere mortals baffles me
as dose my thanks to every one who replies to a call for help.

i would recomend any to look at back questions and follow where th
replies lead to some great help out there.

once again thanks to al

--
Message posted from http://www.ExcelForum.com

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 do I resize a worksheet that's stuck on 65,000 rows? JRExcelUser Excel Worksheet Functions 2 December 11th 07 12:37 AM
How do I resize a worksheet after deleting rows? Jay Jay Excel Discussion (Misc queries) 2 July 25th 05 09:31 PM
resize worksheet Andrea Excel Discussion (Misc queries) 2 January 20th 05 05:33 PM
resize worksheet Andrea Excel Worksheet Functions 1 January 20th 05 12:47 PM
Need to resize a worksheet window Hasta Pasta Excel Discussion (Misc queries) 5 January 8th 05 10:49 PM


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