How do I modify page setup ? I try $Word->ActiveDocument->PageSetup->{ 'Orientation' } = wdOrientLandscape; or $Word->ActiveDocument->PageSetup({ Orientation => wdOrientLandscape, }); but nothing is working Thank's _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
- RE: OLE and word Patrice ROTH
- RE: OLE and word Justin Rogers