Hi
I did the source code of my application with VB and Excel is 2002 (xp), But when I put my application in server
The application no show
Environment of my machine is Excel 2002 and environment of Server (CTRIX) is Excel 2000
figure01 no work
figure02 work fine
My code
Code:'Insere Coluna .Columns("AF:AF").Select .Selection.Insert Shift:=xlToRight 'Cabeçalho .Range("AF3").Select .ActiveCell.FormulaR1C1 = "Data de Expedição" 'Acrescenta Dados do Array na coluna .Range("AF4:AF" & CStr(3 + UBound(Dt_Expedicao))).Value = Application.WorksheetFunction.Transpose(Dt_Expedicao) .Range("AF4:AF" & CStr(3 + UBound(Dt_Expedicao))).HorizontalAlignment = xlCenter .Range("E1").Select




Reply With Quote
