LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default MVP's Where Are Thou?

On Feb 16, 10:19*pm, Dave wrote:
Hi MVP's,

I have currently an issue that I am not getting any bites on , I would
really appreciate if you could please look at it and give me a macro
for it. The thread is at

http://groups.google.com/group/micro...rogramming/bro...

Thanks in advance,

Dave


You need to cycle through your worksheets:

For each sht in ThisWorkbook.Sheets

Next

Inside that loop you neet define on column of each each database. Use:

Set R1=Range("B1").CurrentRegion.Offset( 1, 0)
Set R1=R1.Resize(R1.Rows.Count - 1,6)

....where 6 represents any suitable column

Now do the same for R2 your csv fie.

For each c1 in R1.cells
For each c2 in R2.cells

Next
Next

....and use Offset to reach out to other data in other columns.
 
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
to the MVP's: a Big Thank You Meenie Excel Discussion (Misc queries) 1 February 13th 09 05:20 PM
MVP's T. Valko Excel Discussion (Misc queries) 6 January 5th 07 11:26 PM
All MVP's, Try this one bondo Excel Discussion (Misc queries) 2 February 8th 06 03:56 AM
MVP's Biff Excel Discussion (Misc queries) 5 September 29th 05 05:55 AM
Where For Art Thou DIM? GH[_2_] Excel Programming 3 January 27th 05 04:31 PM


All times are GMT +1. The time now is 05:52 AM.

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

About Us

"It's about Microsoft Excel"