With excelWorkSheet.Range("A5:Fj").Borders        '边框设置
                    .LineStyle = xlBorderLineStyleContinuous
                    .Weight = xlThin
                    .ColorIndex = 1
              End With其中j是一个变量,为什么这段代码不起作用
 .Cells(i, 6).Value = "220",如何通过VB的控制,使单元格显示为220.0