Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ハイパーリンクを作成しましたが、正しく機能しません。vba を実行すると、選択したセルが常にウィンドウの中央にあるため、選択したセルを任意の解像度でウィンドウの左上に揃えたいと考えています。これはドキュメントのナビゲーション用です。私のエクセルは2010年です。
セルをハイパーリンクにした後、次のコード行を追加します。
Application.Goto Cells(1,1),TRUE
Cells(1,1)適切なセルに置き換えます。
Cells(1,1)