Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Tab key to jump to specific cell | Excel Discussion (Misc queries) | |||
need to jump down 4 cells, gather data, jump another 4 | Excel Programming | |||
Jump straight to specific row number 1,234,567 (within a Text File | Excel Programming | |||
jump to hyperlink, extract value at specific destination in file | Excel Worksheet Functions | |||
Excel should let hyperlink of PDF jump to a specific page like IE. | Excel Discussion (Misc queries) |