Excel Macro loop problems

M

mibsaweiss

I am looking to take a list of companies in a column and copy each cel
into another sheet in the same file in a specific cell. After i cop
the first company into this cell, a refresh occurs automatically wit
the data from that company. Once it completes, I filter the rows s
that only pertinent data is visible, then I print. I want this to occu
each time a new cell in the column copies into the active cell tha
reloads the data. I do not need feed back on the automatic data dat
reload. Its the loop of getting the columns of companies to run dow
the list and perform all the functions described above for each compan
in the list. Help....
 
Top