Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Continuing Question

Many thanks Tom.
Just sitting here thinking about it some more ...
Regarding the printing:
Column "A" contains the dates of entries; is it possible to include into a
list, all of the dates (first occurance only) into the list box. Then users
can select `from` a particular date and the code would reflect -
Worksheets("Data").Range("[cell-of-selected-date]").CurrentRegion.Printout
..

Hope that makes some sense.

"Tom Ogilvy" wrote in message
...
ThisWorkbook.RefreshAll

Worksheets("Data").Range("A10").CurrentRegion.Prin tout

--
Regards,
Tom Ogilvy

"Cameron" wrote in message
...
I forgot to mention that for Question 1. - I'm intending to create a

Button
on the worksheet to perform the update.

"Cameron" wrote in message
...
Hi all,
My boss asked to create an XLS that tracks some reporting - done.
Then asked if I could create some graphs.
I use Excel2003 at home and stumbled across Pivot Tables, and created

two
tables and charts in the process using the Pivot Table Wizard.

Questions:
1. What VBA do I need to refresh the pivot-tables and respective

charts
if I use this XLS on a PC with Excel-97 ??? **Each chart is on it's own
worksheet; the two pivot tables are on one worksheet(PivotTable1 &
PivotTable2).

2. How do I print the Data-Source Listing from the first record
($A$10:$G$10) through to the last non-empty record (currently

$A$50$G$50,
but this will increase).

Any help appreciated.

Cheers,
Cameron



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Continuing Question

Current region picks up all contiguous cells out to the first blank row and
blank column in all directions (or the edge of the worksheet). So it would
not pay head to your dates. Also, it sounds like a single date could appear
multiple times, so it would be hard to determine

("[cell-of-selected-date]")

in that case.

--
Regards,
Tom Ogilvy

"Cameron" wrote in message
...
Many thanks Tom.
Just sitting here thinking about it some more ...
Regarding the printing:
Column "A" contains the dates of entries; is it possible to include into a
list, all of the dates (first occurance only) into the list box. Then

users
can select `from` a particular date and the code would reflect -
Worksheets("Data").Range("[cell-of-selected-date]").CurrentRegion.Printout
.

Hope that makes some sense.

"Tom Ogilvy" wrote in message
...
ThisWorkbook.RefreshAll

Worksheets("Data").Range("A10").CurrentRegion.Prin tout

--
Regards,
Tom Ogilvy

"Cameron" wrote in message
...
I forgot to mention that for Question 1. - I'm intending to create a

Button
on the worksheet to perform the update.

"Cameron" wrote in message
...
Hi all,
My boss asked to create an XLS that tracks some reporting - done.
Then asked if I could create some graphs.
I use Excel2003 at home and stumbled across Pivot Tables, and created

two
tables and charts in the process using the Pivot Table Wizard.

Questions:
1. What VBA do I need to refresh the pivot-tables and respective

charts
if I use this XLS on a PC with Excel-97 ??? **Each chart is on it's

own
worksheet; the two pivot tables are on one worksheet(PivotTable1 &
PivotTable2).

2. How do I print the Data-Source Listing from the first record
($A$10:$G$10) through to the last non-empty record (currently

$A$50$G$50,
but this will increase).

Any help appreciated.

Cheers,
Cameron





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Continuing Question

Thanks Tom,
Was trying to incorporate some ability for users to print the report from a
certain date (referencing back to the cell of the first occurance of that
date) to the end of the region.
--
Cheers,
Cameron

"Tom Ogilvy" wrote in message
...
Current region picks up all contiguous cells out to the first blank row
and
blank column in all directions (or the edge of the worksheet). So it
would
not pay head to your dates. Also, it sounds like a single date could
appear
multiple times, so it would be hard to determine

("[cell-of-selected-date]")

in that case.

--
Regards,
Tom Ogilvy

"Cameron" wrote in message
...
Many thanks Tom.
Just sitting here thinking about it some more ...
Regarding the printing:
Column "A" contains the dates of entries; is it possible to include into
a
list, all of the dates (first occurance only) into the list box. Then

users
can select `from` a particular date and the code would reflect -
Worksheets("Data").Range("[cell-of-selected-date]").CurrentRegion.Printout
.

Hope that makes some sense.

"Tom Ogilvy" wrote in message
...
ThisWorkbook.RefreshAll

Worksheets("Data").Range("A10").CurrentRegion.Prin tout

--
Regards,
Tom Ogilvy

"Cameron" wrote in message
...
I forgot to mention that for Question 1. - I'm intending to create a
Button
on the worksheet to perform the update.

"Cameron" wrote in message
...
Hi all,
My boss asked to create an XLS that tracks some reporting - done.
Then asked if I could create some graphs.
I use Excel2003 at home and stumbled across Pivot Tables, and
created
two
tables and charts in the process using the Pivot Table Wizard.

Questions:
1. What VBA do I need to refresh the pivot-tables and respective
charts
if I use this XLS on a PC with Excel-97 ??? **Each chart is on it's

own
worksheet; the two pivot tables are on one worksheet(PivotTable1 &
PivotTable2).

2. How do I print the Data-Source Listing from the first record
($A$10:$G$10) through to the last non-empty record (currently
$A$50$G$50,
but this will increase).

Any help appreciated.

Cheers,
Cameron







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Continuing Formula - try 3 Canon Excel Discussion (Misc queries) 1 June 2nd 09 06:55 PM
Continuing Headers Gr8 Dane Excel Discussion (Misc queries) 2 February 3rd 09 09:08 AM
formulas continuing crtreporter Excel Worksheet Functions 1 April 13th 07 08:16 PM
set up a continuing roster? petemack Excel Discussion (Misc queries) 7 August 7th 05 08:14 PM
Continuing formulas jess New Users to Excel 1 May 20th 05 03:08 PM


All times are GMT +1. The time now is 06:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"