Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Gustaf Liljegren" wrote in message ... Hi, In a custom application of Excel 2003, I wish to use a special file format. It's based on XML, but too complicated for Excel's native XML support. The idea is to open files of this kind in Excel, make use of Excel's nice editing capabilities, and then save back into the same format. The ideal would be to add this file format to the others in the Open and Save As dialogs, but I'm not sure if this is possible. Next best would be to add two special menu items for import and export on the File menu, or on a custom menu. In short, my question is: can I add my file format to the others in the Open and Save As dialogs? Gus Let's see if I understand this. Ypu want to create a file with a different fileformat like myfile.glg and then you want Excel to call your own code whenver a user opens such a file? Short answer is No. The only way, as I see it, is that you create a com addin and add your own special file menu which can only open glg files You will have yo pen the file in your code, parse it and then populate the sheet with values. /Fredrik |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Number Formats for Excel 2007 | Excel Discussion (Misc queries) | |||
Custom Number formats adding months after numerals | Excel Discussion (Misc queries) | |||
Adding custom list and text boxes to the custom tool bar from Excel C API | Excel Discussion (Misc queries) | |||
New custom % formats are only in XL file they are set up in. WHY? | Excel Worksheet Functions | |||
Adding and Removing Custom Menu Items for one file... | Excel Programming |