Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am looking for a way to formatt excel worksheet cells from a batc
program and save the changes to that worksheet without opening th worksheet. I need to change the size of the cells in the worksheet, and als change the formatt type of a numeric cell -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For xl97 and earlier or non XML format excel files
Unless you are willing to understand the excel file format, compound documents and decipher how this information is stored within, you will need to use Excel as the engine to do these changes For excel files stored as XML, then perhaps you can more easily discover the appropriate data fields to change. -- Regards, Tom Ogilvy "keithdm706 " wrote in message ... I am looking for a way to formatt excel worksheet cells from a batch program and save the changes to that worksheet without opening the worksheet. I need to change the size of the cells in the worksheet, and also change the formatt type of a numeric cell. --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the links in Excel at one batch? | Excel Discussion (Misc queries) | |||
Can excel run a batch file? | Excel Discussion (Misc queries) | |||
run batch job from each row - how to insert run batch function per row? | Excel Discussion (Misc queries) | |||
Batch print excel files | Excel Discussion (Misc queries) | |||
Excel to Run a Batch File?!? | New Users to Excel |