View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Hansen Mark Hansen is offline
external usenet poster
 
Posts: 1
Default Hiding rows based on a column value

I am new to this group and VBA. I didn't see a way to search past posts
for this question so if there is a way I missed, please let me know.

I am trying to create a loop that works through the values of a single
column range and then hides rows based on the value of a string in each
cell. The range name is "Vendor" and I want to be able to only view one
vendor at a time. Maybe approaching it from a filtering position rather
than hiding the row might be easier.

Any advice?