Print range

K

kevcar40

Hi
I have a worksheet(sheet1) containing data relating to holidays
in column A i have the Week number that corresponds with the date in Column B

What i would like to do is :-
Enter a week number in a Cell ie 6
on the click of a button i would like to print the range the relates to week 6
or any other week i select


thanks

kevin
 
D

Don Guillett

Hi
I have a worksheet(sheet1) containing data relating to holidays
in column A i have the Week number that corresponds with the date in Column B

What i would like to do is :-
Enter a week number in a Cell  ie 6
on the click of a button i would like to print the range the relates to week 6
or any other week i select

thanks

kevin

What you want is a macro that uses
data>filter>autofiter>filter on the weeknum column>print>unfilter. You
could make it completely automatic by using a worksheet_change event
in the sheet module.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top