ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[µo°Ý] ¤£µ¥©óªÅ¥ÕªºÀx¦s®æµe®Ø½u

¦^´_ 2# papaya


    °Ñ¦Ò¬Ý¬Ý
  1.   Sub µe®Ø½u2()

  2.     Columns("A:B").FormatConditions.Delete
  3.     With Columns("A:B").FormatConditions.Add(Type:=xlCellValue, Operator:=xlNotEqual, _
  4.         Formula1:="=""""")
  5.         With .Borders(xlLeft)
  6.             .LineStyle = xlContinuous
  7.             .Weight = xlThin
  8.             .ColorIndex = xlAutomatic
  9.         End With
  10.         With .Borders(xlRight)
  11.             .LineStyle = xlContinuous
  12.             .Weight = xlThin
  13.             .ColorIndex = xlAutomatic
  14.         End With
  15.         With .Borders(xlTop)
  16.             .LineStyle = xlContinuous
  17.             .Weight = xlThin
  18.             .ColorIndex = xlAutomatic
  19.         End With
  20.         With .Borders(xlBottom)
  21.             .LineStyle = xlContinuous
  22.             .Weight = xlThin
  23.             .ColorIndex = xlAutomatic
  24.         End With
  25.     End With
  26. End Sub
½Æ»s¥N½X

TOP

¦^´_ 5# papaya

°Ñ¦Ò¬Ý¬Ý
  1. Sub µe®Ø½u3()

  2.     Columns("A:B").FormatConditions.Delete
  3.     With Columns("A:B").FormatConditions.Add(Type:=xlCellValue, Operator:=xlNotEqual, _
  4.         Formula1:="=""""")
  5.         .Borders.LineStyle = xlContinuous
  6.     End With
  7. End Sub
½Æ»s¥N½X
·j´M¥\¯à¥i¥H¦h§Q¥ÎGoogle·j´M
·j´M¯S©wºô¯¸
ÃöÁä¦r+site:ºô¯¸ºô§}

TOP

¦^´_ 5# papaya


    ¥[µù¸Ñ
  1. Sub µe®Ø½u3()

  2.     Columns("A:B").FormatConditions.Delete '§R°£A.BÄæ®æ¦¡¤Æ±ø¥ó
  3.     With Columns("A:B").FormatConditions.Add(Type:=xlCellValue, Operator:=xlNotEqual, _
  4.         Formula1:="=""""") '¦bA.BÄæ·s¼W¤@­Ó®æ¦¡¤Æ±ø¥ó¡A±ø¥ó¬°Àx¦s®æ¤£¬°ªÅ¥Õ
  5.         .Borders.LineStyle = xlContinuous '³]©w®æ¦¡¤Æ±ø¥óªº¥~®Ø®æ¦¡
  6.     End With
  7. End Sub
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : µoµÊ®ð¬Oµu¼ÈªºµoºÆ¡C
ªð¦^¦Cªí ¤W¤@¥DÃD