View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TotallyConfused TotallyConfused is offline
external usenet poster
 
Posts: 144
Default UserForm and Worksheet ???

Hi I am working on a chart that when I hover or click on the text box I need
to go to a worksheet. However, this worksheet has many rows. Is it possible
to only go to a specific range?? For instance, If I click on textbox4, it
will take me to worksheet2 , A15:E15 and not have any of the other rows
visible on worksheet2?? How can I write this code? If this is not feasible,
how else would I be able to make this work. Thank you. Sorry I am new to
Excel code.