Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I want to select a row from a standard worksheet and in vba be able to access that row using a variable. ie click row 6 in vba use x=6 (familar with dim etc) thank you fred |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Fred,
x = Activecell.Row -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "fred" wrote in message om... Hi I want to select a row from a standard worksheet and in vba be able to access that row using a variable. ie click row 6 in vba use x=6 (familar with dim etc) thank you fred |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Fred
x=6: rows(x).select Regards Trevor "fred" wrote in message om... Hi I want to select a row from a standard worksheet and in vba be able to access that row using a variable. ie click row 6 in vba use x=6 (familar with dim etc) thank you fred |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumif number is greater than a number but less than another number | Excel Discussion (Misc queries) | |||
How can I click on a telephone number in an Excel 2002 spreadsheet, and have the number dialed? | Excel Discussion (Misc queries) | |||
How to calculate number of occurencies of a specific number number | Excel Discussion (Misc queries) | |||
countif formula to find the occurances of a number that is greater than one number but less than another | Excel Discussion (Misc queries) | |||
Rounding a number to a multiple quantity that adds to a fixed total number | Excel Worksheet Functions |