Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Jan 11, 4:02*am, kevcar40 wrote:
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 datafilterautofiterfilter on the weeknum columnprintunfilter. You could make it completely automatic by using a worksheet_change event in the sheet module. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thank you Don
will give it a go now |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Jan 11, 7:07*am, kevcar40 wrote:
thank you Don will give it a go now Let us see your final macro code |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
print range won't print | Excel Discussion (Misc queries) | |||
Print range | Excel Discussion (Misc queries) | |||
Print Range | Setting up and Configuration of Excel | |||
Print Blank Pgs - Preview margins outside print range | Excel Discussion (Misc queries) | |||
Excel 2000 VBA - Set Print Range in dynamic range | Excel Programming |