以下の内容はhttps://blog.systemjp.net/entry/20120406/p5より取得しました。


Excelのユーザー定義関数で、自分自身が書き込まれているセルのアドレス取得にはApplication.ThisCell.Address

ThisCellプロパティで取得する

Function test()
 MyString = Application.ThisCell.Address(False, False, xlA1)
 test = "入力されているセルは、" & MyString & "です"
End Function

Callerプロパティで取得する

Function test2()
 MyString = Application.Caller.Address(False, False, xlA1)
 test2 = "入力されているセルは、" & MyString & "です"
End Function


ネタ元




以上の内容はhttps://blog.systemjp.net/entry/20120406/p5より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14