advanced help
per page, with , order by , clip by
Results of 1 - 1 of about 1385 for ������������ #N/A (0.015 sec.)
[[20150120121529]]
#score: 6930
@digest: 77752aa85253a88e28d36f7cdc9c6b02
@id: 67070
@mdate: 2015-01-20T04:10:17Z
@size: 725
@type: text/plain
#keywords: j209 (7159), j136 (6955), b132 (6590), b113 (6548), 行非 (3920), 示マ (3508), kysj (2945), 示2 (1845), (ky (1773), 示行 (1443), 当行 (1073), が# (838), entirerow (778), hidden (712), 非表 (697), iserror (361), 稲葉 (321), 2015 (291), 火) (248), excel2013 (215), 表示 (183), 該当 (177), windows7 (150), 行を (148), 大変 (137), 以外 (131), マク (127), クロ (114), 使用 (98), 上記 (95), エラ (92), ラー (85)
『行非表示マクロについて』(kysj)
1 B113〜B132、J136〜J209の値が#N?Aならその該当行を非表示 2 その非表示行を表示させる 上記の二つのマクロを教えてください。 < 使用 Excel:Excel2013、使用 OS:Windows7 > ---- #N?Aが #N/Aのことで、それ以外のエラー(例えば#Value!等)がないなら、こちらでどうですか? Sub test() Dim a For Each a In Range("B113:B132,J136:J209") If IsError(a.Value) Then a.EntireRow.Hidden = True Debug.Print a.Row End If Next a End Sub Sub test2() Cells.EntireRow.Hidden = False End Sub (稲葉) 2015/01/20(火) 12:45 ---- 大変ありがとうございました。 (kysj) 2015/01/20(火) 13:10 ...
https://www.excel.studio-kazu.jp/wiki/kazuwiki/201501/20150120121529.txt - [detail] - similar
PREV NEXT
Powered by Hyper Estraier 1.4.13, with 97059 documents and 608315 words.

訪問者:カウンタValid HTML 4.01 Transitional