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

Hi All ,

I am not sure if this is the correct group or not to ask
this question , If not , I apologize in advance.

I have a Question regarding addition of WorkSheets of one
Excel Application into the other Master Excel Application. If anybody
knows the Answer - You are Welcome.

Question : How to add a Excel WorkSheet of one Excel
Application into the other Excel Application ( I know that there is a
way to consider Range of cells and to proceed , but I can't do that
since I am not aware of how many cells are filled with data in the
first source sheet) . In summary, I need to create master Excel
Application that consists of the sheets of different individual Excel
Applications ( In VB ).

Thanks In Advance,

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel Sheet Addition

I don't think you can copy a worksheet across instances of excel - however
you can open the all the workbooks you want in the same instance of excel
and then copy the sheet that way

With Workbooks("Master.xls")
Activeworkbooks.worksheets(1).Copy _
After:=.Worksheets(.Worksheets.count)
End With

--
Regards,
Tom Ogilvy


"Excel" wrote in message
oups.com...
Hi All ,

I am not sure if this is the correct group or not to ask
this question , If not , I apologize in advance.

I have a Question regarding addition of WorkSheets of one
Excel Application into the other Master Excel Application. If anybody
knows the Answer - You are Welcome.

Question : How to add a Excel WorkSheet of one Excel
Application into the other Excel Application ( I know that there is a
way to consider Range of cells and to proceed , but I can't do that
since I am not aware of how many cells are filled with data in the
first source sheet) . In summary, I need to create master Excel
Application that consists of the sheets of different individual Excel
Applications ( In VB ).

Thanks In Advance,



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
Addition in Excel geepeeone Excel Discussion (Misc queries) 3 October 8th 08 01:52 AM
Excel addition formulas pippawl Excel Discussion (Misc queries) 3 September 6th 06 11:01 PM
Excel Addition Error dwright Excel Discussion (Misc queries) 10 July 16th 06 12:58 PM
Get Addition of each Column in a sheet Ahmad Jalil Qarshi Excel Programming 1 June 6th 05 06:22 AM
Excel - Addition Running Marty Excel Worksheet Functions 1 March 14th 05 02:39 PM


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