VBAのhyperlinkオブジェクトのaddメソッドで気づいたこと。
Hyperlinks.Add(Anchor, Address, [SubAddress], [ScreenTip], [TextToDisplay])
このAnchorの部分はlistobjectのdatabodyrangeで位置を指定できる。
一方で、AddresとTextToDisplayはstring型の変数に文字列を代入しないとエラーになってしまった。
Go to list of users who liked
VBAのhyperlinkオブジェクトのaddメソッドで気づいたこと。
Hyperlinks.Add(Anchor, Address, [SubAddress], [ScreenTip], [TextToDisplay])
このAnchorの部分はlistobjectのdatabodyrangeで位置を指定できる。
一方で、AddresとTextToDisplayはstring型の変数に文字列を代入しないとエラーになってしまった。
Register as a new user and use Qiita more conveniently
Go to list of users who liked