RT

解决方案 »

  1.   

    这个问题解决了。没人回答分也不能浪费,那就再问一个问题。
    在操作Excel是 在那可能找到 Excel 的属性帮助?如:
    With zsbexcel.Selection.Borders(xlEdgeTop)
                    .LineStyle = xlContinuous
                    .Weight = xlThin
                    .ColorIndex = xlAutomatic
                End With
                With zsbexcel.Selection.Borders(xlEdgeBottom)
                    .LineStyle = xlContinuous
                    .Weight = xlThin
                    .ColorIndex = xlAutomatic
                End With
                With zsbexcel.Selection.Borders(xlEdgeRight)
                    .LineStyle = xlContinuous
                    .Weight = xlThin
                    .ColorIndex = xlAutomatic
                End With
                With zsbexcel.Selection.Borders(xlInsideVertical)
                    .LineStyle = xlContinuous
                    .Weight = xlThin
                    .ColorIndex = xlAutomatic
                End With
                With zsbexcel.Selection.Borders(xlInsideHorizontal)
                    .LineStyle = xlContinuous
                    .Weight = xlThin
                    .ColorIndex = xlAutomatic
                End With
      

  2.   

    唉这个问题也解决了。
    再问一个问题。怎么把office中的帮助加到msdn中?