#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default select rows

i imported a address list into excel. i want to set it up as a data
base. the list had no headers and consists of 2500 names & addresses.
if i can select every 6th row i can accomplish this rather quickly. is
there a way do this rather than by contrl clicking each row. the list
is three colums wide.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
R..VENKATARAMAN
 
Posts: n/a
Default select rows

if I understood corretly try this
click view(menu bar)-toobars-form
in the form controlbox click any button e..g check box
cand draw it somethere conveniently
in standard module type this
Public Sub test()
Range(ActiveCell.Offset(6#), ActiveCell.Offset(6, 3)).Select
End Sub
right click the checkbox and clcik assing macro
in the assigns macro window choose test
now select A1
now every time you click checkbox the cursor will go to sixth row three
column wide
experiment on this
you can start anywhere A1 or A2 etc.
is this what you want.



wrote in message
ups.com...
i imported a address list into excel. i want to set it up as a data
base. the list had no headers and consists of 2500 names & addresses.
if i can select every 6th row i can accomplish this rather quickly. is
there a way do this rather than by contrl clicking each row. the list
is three colums wide.



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
How can I invoke running a macro from within an "IF" function. ron Excel Worksheet Functions 11 February 8th 06 03:35 PM
Select rows of data in a worksheet on one criteria in multiple co MrSkoot99 Excel Worksheet Functions 5 July 11th 05 01:48 PM
How to select and deselect rows in Excel Gallant Excel Discussion (Misc queries) 2 July 4th 05 08:10 PM
How to select and deselect rows in Excel Gallant Excel Discussion (Misc queries) 1 July 4th 05 01:59 AM
How do I select multiple rows randomly in MS Excel? Varun Excel Discussion (Misc queries) 2 April 18th 05 08:10 AM


All times are GMT +1. The time now is 02:47 AM.

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"