Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 380
Default How to jump to specific cell

application.goto range("B" & Listbox1.Value)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Milax" wrote in message
...
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!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default How to jump to specific cell

Bob Phillips wrote:
application.goto range("B" & Listbox1.Value)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Milax" wrote in message
...

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!




Thanks!
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Tab key to jump to specific cell Kelly Excel Discussion (Misc queries) 3 April 6th 10 06:25 PM
need to jump down 4 cells, gather data, jump another 4 [email protected] Excel Programming 2 October 6th 06 01:49 PM
Jump straight to specific row number 1,234,567 (within a Text File Edmund Excel Programming 3 August 16th 06 05:04 PM
jump to hyperlink, extract value at specific destination in file Philip Excel Worksheet Functions 1 June 7th 05 10:37 AM
Excel should let hyperlink of PDF jump to a specific page like IE. Kenn Tan Excel Discussion (Misc queries) 2 April 18th 05 09:23 AM


All times are GMT +1. The time now is 07:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"