View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default Macro to stop at a certain tab and does not go to the next one.

I think you'll have to post the code you used.

And did you change this line:

if lcase(ws.name) = lcase("master") then

To use the real name of your "master" worksheet--I guessed that its name was
"master".

" wrote:

Hi Dave,
This doesnt work. Can you explpain this more . I tried to use it but it
crashed.

Thanks


--

Dave Peterson