thanks but it doesn't work here is my code again, i added the excel, hopefully you can show me what's wrong
dt = Open( "C:\Users\test.xls", "invisible" );
ob = Outline Box( "test", vl = V List Box() );
myPlatform = New Window( "test",
modal,
myDispObj = dt << getAsReport,
myDispObj[StringColBox( 1 )]<< setJustify( "center" );
myDispObj[Table Box( 1 )] << Set Scrollable( 0, 0 );
);