Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 27th, 2005, 09:52 AM
Registered User
 
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help with series of cell ref in lookup

I apologize for my limited Excel VBA knowledge and need some guidance in how to go about referencing data in specific columns and rows spaced equally. I have data from a web download and only want to capture one row for all the locations. They are spaced 35 rows apart and I need columns from B - N. If anyone has an example of how to do this I'd really appreciate seeing it.

Thank you!!


Robin Young
 
Old April 28th, 2005, 05:06 AM
Authorized User
 
Join Date: Aug 2004
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Default

There are several ways of managing this depending on how you want to use the data. Such as :-

1. Data/Filter/Autofilter
2. Sort the data
3. Macro


-----------------------
Regards BrianB
Most problems occur from starting at the wrong place.
Use a cup of coffee to make Windows run faster.
It is easy until you know how.
 
Old April 28th, 2005, 05:55 AM
Registered User
 
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Brian,

Thanks for the reply! Actually the only think I'm wanting to do with this data is to be able to view it sequentially and import it into Access. The rows I'm interested in are spaced 35 rows apart.

Thanks again,


Robin Young





Similar Threads
Thread Thread Starter Forum Replies Last Post
Ref numbers RubyRue ASP.NET 2.0 Basics 2 January 16th, 2008 11:29 AM
Using ref in xml ooper01 XML 1 February 24th, 2007 06:10 AM
convert from 'ref double[]' to 'ref object' wakeup C# 0 April 7th, 2006 05:14 AM
By Val By Ref B.V.Madhav Crystal Reports 1 May 12th, 2005 11:37 PM
Array to ref parameter dedex C# 4 February 12th, 2005 02:58 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.