Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
I am doing something similar to the autoformat function in Excel. But I want to save each set of format to a file that can be exchanged between users. Is this possible to save a sample range of cells (about 6 cols and 3 rows) to a binary file including the cell format information. After that, the content of the file will be loaded into a range variable. Formation information will be obtained from that variable. Please give some ideas or sample code. Best regards, coolersport *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Cool,
The simplest way is to use an Excel file - copy the range to the file, save it, and open it when you need it, and close it when you're done. HTH, Bernie MS Excel MVP "Cool Sport" wrote in message ... Hi there, I am doing something similar to the autoformat function in Excel. But I want to save each set of format to a file that can be exchanged between users. Is this possible to save a sample range of cells (about 6 cols and 3 rows) to a binary file including the cell format information. After that, the content of the file will be loaded into a range variable. Formation information will be obtained from that variable. Please give some ideas or sample code. Best regards, coolersport *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Final attempt save as binary question | Excel Discussion (Misc queries) | |||
Binary save - strange behavior | Excel Discussion (Misc queries) | |||
binary format | Excel Discussion (Misc queries) | |||
How can I read/write file with binary format??? | Excel Programming | |||
Excel binary file format | Excel Programming |