View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Neily[_3_] Neily[_3_] is offline
external usenet poster
 
Posts: 26
Default Textbox Hyperlink opens VB Editor at Specific Module

Hi,

I have an old file I found on the MS Office disc which is a file which has
samples of some common automation and VB tasks. It has descriptions on a
spread sheet and a Textbox entitled "View Code" which when clicked, takes you
to the VB Editor and the specific section of code.

Does anyone know how to set this up. I have a feeling it has something to
do with adding a Hyperlink to the textbox, but that's as far as I got.

Ta..