Author of [tcom]. ---- Hi Chin! Please help!! I've been going nuts finding out stuff about Tcom and excel and so far I got quite far, but what I have missing is how to set the page setup to landscape, maybe someone can hel me. quote: set application [::tcom::ref createobject Excel.Application] $application Visible 1 set workbooks [$application Workbooks] set workbook [$workbooks Add] set worksheets [$workbook Worksheets] set worksheet [$worksheets Item [expr 1]] set cells [$worksheet Cells] # so far this and then the data input work, but I need to get the page in landscape set x [$worksheet PageSetup] $x TopMargin 5 # this works fine $x Landscape [expr 0] # can't get it to work!! :( Thanks a million, Angel angel_AT_electronicfarm.com ---- Hello, What's the difference between the TCOM3.7 and TCOM3.8 and TCOM3.9? Thank you Kaveh ---- Hello, I have figured out how to write into an excel sheet. but how can I plot some data in excel, using tcl. I figure this out: $chart ChartType 72 but how can I change my chart properties? Thank you Kaveh ---- Hi Chin, At the moment, I'm looking for DCOM connection between Linux clients and Windows server. As DCOM provider, I plan to use 3-rd party software named "EntireX" (product of www.softwareag.com). TCL is intended to be client-side script. I already got good results by launching TCL on Windows platform but TCOM module looks like Windows-only. So, the question is: how to migrate TCOM package into Linux world? Technical side would be provided by EntireX DCOM for Linux (it emulates most of non-GUI COM staff). Unfortunately, it's not enough to copy "lib/TCOM" folder from Win to Linux. There are 3 files that are Win-specific. tcom.dll tcominproc.dll tcomlocal.exe How to recompile them to Linux+EntireX or just substitute with hand-made modules? Any help is welcome. Thanks in advance, Yury Schkatula schkatula@mail.ru ---- Is it handy for someone to restore Chin Huang's information? I'm traveling now, and can ill-afford the time ... ---- Please don't delete the info on this page to put your own info... ---- Kaveh and Yuriy, you're far more likely to get help in [comp.lang.tcl], and/or when you demonstrate your good citizenship by preserving Chin Huang's information intended to be on this page. ---- [Category Person] [Category Home Page]