Sub month_day() Dim i As Long i = 2 Dim p As Long p = 2 Dim ws As Worksheet Set ws = Worksheets("Sheet1") With ws Do Until Cells(i, 2) = "" Cells(i, 3).Value = Right(Format(Cells(p, 3)), 4) i = i + 1 p = p + 1 Loop End With End Sub
生年月日の月日のみ抽出したいです。
4桁で抽出したいのですが最初が0だとうまく抽出できずに3桁で抽出されてしまいます。
ネストして修正できるかとも思いましたが何かほかの処理が必要でしょうか?
よろしくお願いします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。