Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Manipulate workbooks without and Office Instalation

I have several workbooks each containing 1 sheet and I want to combine them
into 1 workbook. This is easy enough - A function loops through the
workbooks and adds their sheets to a new workbook which it returns. The
problem is that I would like to do this within my VB application, of a PC
that won't neccessarily have Office installed.
Presumably therefore I will need to include part of Office in my
application. Can anyone tell me how to accomplish this in VB or direct me to
a more appropriate Newsgroup?
Thanks for any help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Manipulate workbooks without and Office Instalation

Rob,
If Excel can't/won't be installed , your options are limited.
If it is only data that you want and that data is organised in a database
type design, ADO may work.
Otherwise, there's the free Open Office that can work with Excel files.

There have been recent posts here on reading the Excel binary format (BIFF).
Although fast, it is not easy to get right.
Writing out to an Excel file is more robust.

NickHK

"Rob" wrote in message
...
I have several workbooks each containing 1 sheet and I want to combine

them
into 1 workbook. This is easy enough - A function loops through the
workbooks and adds their sheets to a new workbook which it returns. The
problem is that I would like to do this within my VB application, of a PC
that won't neccessarily have Office installed.
Presumably therefore I will need to include part of Office in my
application. Can anyone tell me how to accomplish this in VB or direct me

to
a more appropriate Newsgroup?
Thanks for any help.




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
Emailing individual sheets in workbooks on Office 2007 nmolloysukiwt Excel Discussion (Misc queries) 1 September 8th 08 05:36 PM
Can you view Office 2007 Workbooks as Office 2003? B.Nicholas Excel Discussion (Misc queries) 2 October 6th 07 08:42 AM
How to manipulate a row with a certain value Bill Excel Programming 4 February 24th 06 01:59 PM
Office Web Components: No Open Method of Workbooks? Karl Yates Excel Programming 1 December 18th 04 01:45 AM
Problem sharing spreadsheet between Office10 (Office XP) and Office 11 (Office 2003) Sage Solutions Group Excel Programming 0 August 20th 04 08:58 PM


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