View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Milax Milax is offline
external usenet poster
 
Posts: 4
Default How to jump to specific cell

Can anyone help me,
How can I make Excel to jump to specific cell depending on another cell
value. For example if in list box are stored values from 1 to 10 how
can go to column B row (number stored in list box)

Example:
Cell A1=1 --- jump to B1
Cell A1=5 --- jump to B5

Thanks!