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: 14
Default C# open xla file with automation

Hi,

Problem : with winmerge I can't compare xla files -- binaries files differs.

objectif : open xla files by automation excel in C#.
then with automation export every source files and launch winmerge to
compare them.

-- then I use this code :
this.excelWorkbook = this.excelApp.Workbooks.Open(
project.xla, vk_update_links, vk_read_only, vk_format,
vk_password,
vk_write_res_password, vk_ignore_read_only_recommend,
vk_origin,
vk_delimiter, vk_editable, vk_notify, vk_converter,
vk_add_to_mru,
vk_local, vk_corrupt_load);

it woks fine but only on xls files.
but the code I want to compare are located in xla files.
Is there a way to automation XLA files ?

Arnaud
 
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
In Excel - Use Windows Explorer instead of File Open to open file KymY Excel Discussion (Misc queries) 1 August 5th 06 09:59 PM
Open a file do a macro ( made) and open next succesive file SVTman74 Excel Programming 5 April 21st 06 10:14 PM
Excel fails to open workbook using Automation from VB 6 Lowell Excel Programming 0 September 8th 05 05:33 AM
Excel Automation/Using xla file Pete Excel Programming 2 August 31st 05 11:20 AM
Failure to open workbook via automation VanS[_2_] Excel Programming 0 February 4th 05 09:37 PM


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