レス書き込み
スレへ戻る
写
レス栞
レス消
Excel VBA 質問スレ Part83
PC,スマホ,PHSは
ULA
べっかんこ
公式(スマホ)
公式(PC)
で書き込んでください。
名前
メール
引用切替:
レスアンカーのみ
>>426 > >>417 はちょっと手抜きしてたので、ちゃんと作り直した。 > Sub 使い方() > Set Result = New Collection > DirMulti "C:\Documents", "A???\B*\Excel\2025????\File*.xlsx", Result, vbNormal > (以下略) > End Sub > > Sub DirMulti(HomePath, SearchPath, ResultCollection, Optional Attributes As VbFileAttribute = vbNormal) > Pos = InStr(SearchPath & "\", "\") > Search = Left(SearchPath, Pos - 1) > NextSearch = Mid(SearchPath, Pos + 1) > > Set SearchResult = New Collection > Res = Dir(HomePath & "\" & Search, vbDirectory Or Attributes) > Do While Res <> "" > If Res <> "." And Res <> ".." Then SearchResult.Add Res > Res = Dir() > Loop > > If NextSearch = "" Then > For Each Res In SearchResult > ResultCollection.Add HomePath & "\" & Res > Next > Else > For Each Res In SearchResult > If (GetAttr(HomePath & "\" & Res) And vbDirectory) <> 0 Then > DirMulti HomePath & "\" & Res, NextSearch, ResultCollection, Attributes > End If > Next > End If > End Sub
ローカルルール
SETTING.TXT
他の携帯ブラウザのレス書き込みフォームはこちら。
書き込み設定
で書き込みサイトの設定ができます。
・
ULA
・
べっかんこ(身代わりの術)
・
べっかんこ(通常)
・
公式(スマホ)
・
公式(PC)[PC,スマホ,PHS可]
書き込み設定(板別)
で板別の名前とメールを設定できます。
メモ帳
(0/65535文字)
上
下
板
覧
索
設
栞
歴
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.012s