[過去ログ] Excel総合相談所 136 (1002レス)
前次1-
抽出解除 レス栞

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
719
(1): 2019/09/16(月)02:27 AAS
つづき・・・
End With
With Selection.Borders(xlEdgeRight)
.LineStyle = xlContinuous
.ColorIndex = xlAutomatic
.TintAndShade = 0
.Weight = xlThin
End With
With Selection.Borders(xlInsideVertical)
.LineStyle = xlContinuous
省10
742: 2019/09/16(月)15:09 AAS
>>739
速度無視単純さ重視
dim r as range
for each r in range("a1:a10")
 if r.value like "*行程?*" then
  >>719のSelection.をr.に変えたやつ
 end if
next
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 1.615s*