3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VBAで結合セルを検索

Posted at

概要

VBAで結合セルを検索した場合に見つからなかった場合

内容

SearchOrderが、xlByRowsとxlByColumnsを変えたら検索できるようなりました。
詳しい事は不明です。

ソース

sub main()
    call.Cells.Find(What:="記号", SearchOrder:=xlByRows)
end sub
3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?