View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jhong jhong is offline
external usenet poster
 
Posts: 26
Default Doing a LOOP for multiple columns, help please...

Hi,

Any suggestion would be of great help. I am doing a macro that will
lookup values from another sheet. Here's the scenario, from column B,
it will look up data from column A. My report is up to column Z, how
can I make a loop that will run from column B up to column Z.

What I did is I created a loop for each column, which is quite long. I
hope you have a better way in your mind :-)

Thanks in Advance!


Jerome