View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Moving on to the next tab in a macro

A looping macro for each sheet to search and end the macro when found.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Wombat" wrote in message
...
Hello!

Is there any way to write into a macro that it should search through
several
sheets in a workbook? For eg, loop it to do a search in tab one and then
move
on to search tab 2 when its finished?

Thanks for any help