in reply to Save Excel worksheets as PDF
Note: I found the Excel constants at ...
For future reference... You can also find such things using West Wind Technology's GetConstants utility, which allows you to look at all those cryptic constants MS Office uses. (A short snippet of output is below.) Note that they do shuffle the links around occasionally, so it may be necessary to do some searching. :-)
*** Constant Group: WdTableFieldSeparator #define wdSeparateByParagraphs 0 #define wdSeparateByTabs 1 #define wdSeparateByCommas 2 #define wdSeparateByDefaultListSeparator 3
HTH,
planetscape
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Save Excel worksheets as PDF
by Corion (Patriarch) on Feb 27, 2010 at 21:12 UTC | |
by planetscape (Chancellor) on Feb 27, 2010 at 21:19 UTC |