Richard has attended:
Windows Introduction course
VBA Macro's in Excel
How would I create a macro to copy a range of data (within a pivot) that is refreshed each month that is not the same number of rows each month? unless the copy matches the row count within the macro the formatting is lost.
RE: VBA Macro's in Excel
Hi Richard, thanks for your query. You'll need to use a dynamic named range to do that. More information here:
http://www.ozgrid.com/Excel/DynamicRanges.htm
Hope this helps,
Anthony