Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default how to select entire rows desired by user

How can we select entire rows as desired by user i.e. the user gave the
parameters, we put them in our syntax such as rows(a,b).select. But this way
it is not working. User's input are a & b. So how to make it work?
--
Anupam Soral
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default how to select entire rows desired by user

Rows(a).Resize(b).Select

--
__________________________________
HTH

Bob

"Anupam Soral" wrote in message
...
How can we select entire rows as desired by user i.e. the user gave the
parameters, we put them in our syntax such as rows(a,b).select. But this
way
it is not working. User's input are a & b. So how to make it work?
--
Anupam Soral



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default how to select entire rows desired by user

Rows("1:5").Select

or

Rows(a & ":" & b).Select


"Anupam Soral" wrote:

How can we select entire rows as desired by user i.e. the user gave the
parameters, we put them in our syntax such as rows(a,b).select. But this way
it is not working. User's input are a & b. So how to make it work?
--
Anupam Soral

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default how to select entire rows desired by user

Thanks a lot Joe. Improvement in the syntax provided by u really resolved by
problem.
--
Anupam Soral


"Joel" wrote:

Rows("1:5").Select

or

Rows(a & ":" & b).Select


"Anupam Soral" wrote:

How can we select entire rows as desired by user i.e. the user gave the
parameters, we put them in our syntax such as rows(a,b).select. But this way
it is not working. User's input are a & b. So how to make it work?
--
Anupam Soral

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
select whole rows desired by user Anupam Soral Excel Programming 2 July 13th 08 04:48 PM
Use find to select entire rows with a cell with that value Franky88 Excel Worksheet Functions 2 March 30th 07 06:38 PM
select entire rows using a contains comparison - an example [email protected] Excel Programming 0 April 5th 06 11:43 PM
Draw a circle to select a desired collection eimund Excel Programming 4 September 13th 05 08:52 AM
Draw a circle to select a desired collection eimund Excel Programming 0 September 12th 05 09:52 AM


All times are GMT +1. The time now is 12:16 PM.

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

About Us

"It's about Microsoft Excel"