Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default need advice on whether or not to use macro

Hello all, I am a pretty experienced macro writer, having spent about
40 hours last year writing a macro in Visual Basic. I find myself
with just about the same need now and I want to confirm that the macro
is the best way to go.

We have about 4 financial reports we need to create that are all
formatted very differently, but they all pretty much use the same
source data. Each monthly report can be created using the source data
from another. Should I just create 4 different macros that each copy
from one report to another? Or is there a better method out there
than a macro? Most reports are pretty small in size (less than 1 MB)
and have no more than 12 tabs. Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default need advice on whether or not to use macro

Macros are good for doing repetitive tasks that derive from repetitive
sources with high volume content where data must be selectively manipulated
from one place to another and calculated to produce summary information. The
evaluation is usually made based on the time it takes to perform a task
manually over a given time span (perhaps a year) against the time it takes to
write a program, teach someone to use it and produce the same results during
that same period. Don't know if this helps, but at least you have a starting
point.

"Michael" wrote:

Hello all, I am a pretty experienced macro writer, having spent about
40 hours last year writing a macro in Visual Basic. I find myself
with just about the same need now and I want to confirm that the macro
is the best way to go.

We have about 4 financial reports we need to create that are all
formatted very differently, but they all pretty much use the same
source data. Each monthly report can be created using the source data
from another. Should I just create 4 different macros that each copy
from one report to another? Or is there a better method out there
than a macro? Most reports are pretty small in size (less than 1 MB)
and have no more than 12 tabs. Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default need advice on whether or not to use macro

On Jun 11, 2:50 pm, JLGWhiz wrote:
Macros are good for doing repetitive tasks that derive from repetitive
sources with high volume content where data must be selectively manipulated
from one place to another and calculated to produce summary information. The
evaluation is usually made based on the time it takes to perform a task
manually over a given time span (perhaps a year) against the time it takes to
write a program, teach someone to use it and produce the same results during
that same period. Don't know if this helps, but at least you have a starting
point.

"Michael" wrote:
Hello all, I am a pretty experienced macro writer, having spent about
40 hours last year writing a macro in Visual Basic. I find myself
with just about the same need now and I want to confirm that the macro
is the best way to go.


We have about 4 financial reports we need to create that are all
formatted very differently, but they all pretty much use the same
source data. Each monthly report can be created using the source data
from another. Should I just create 4 different macros that each copy
from one report to another? Or is there a better method out there
than a macro? Most reports are pretty small in size (less than 1 MB)
and have no more than 12 tabs. Thanks!


If it's the same source data for each, then I'm guessing that each
report contains different aggregations and cross cuts of information.
Which suggests that you may be able to generate a custom report for
each using pivot tables and charts. Just select the data fields and
aggregations appropriate for each report when you design the
individual pivot tables/charts.

SteveM
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default need advice on whether or not to use macro

On Jun 11, 3:54*pm, SteveM wrote:
On Jun 11, 2:50 pm, JLGWhiz wrote:





Macros are good for doing repetitive tasks that derive from repetitive
sources with high volume content where data must be selectively manipulated
from one place to another and calculated to produce summary information. *The
evaluation is usually made based on the time it takes to perform a task
manually over a given time span (perhaps a year) against the time it takes to
write a program, teach someone to use it and produce the same results during
that same period. *Don't know if this helps, but at least you have a starting
point.


"Michael" wrote:
Hello all, I am a pretty experienced macro writer, having spent about
40 hours last year writing a macro in Visual Basic. *I find myself
with just about the same need now and I want to confirm that the macro
is the best way to go.


We have about 4 financial reports we need to create that are all
formatted very differently, but they all pretty much use the same
source data. *Each monthly report can be created using the source data
from another. *Should I just create 4 different macros that each copy
from one report to another? *Or is there a better method out there
than a macro? *Most reports are pretty small in size (less than 1 MB)
and have no more than 12 tabs. *Thanks!


If it's the same source data for each, then I'm guessing that each
report contains different aggregations and cross cuts of information.
Which suggests that you may be able to generate a custom report for
each using pivot tables and charts. *Just select the data fields and
aggregations appropriate for each report when you design the
individual pivot tables/charts.

SteveM- Hide quoted text -

- Show quoted text -


thanks, i will read up on PivotTables tonight.
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
Macro help/advice please! Peter[_28_] Excel Programming 6 August 31st 06 06:46 PM
VBA Code or Macro Help/Advice Please [email protected] Excel Programming 0 August 31st 06 03:41 PM
Advice on Creating an Excel Formula or Macro - PLEASE HELP!!!! So Tru Geo Excel Worksheet Functions 1 June 27th 06 07:15 PM
Almost got it !! but need advice Nospam Excel Worksheet Functions 6 February 28th 05 10:27 AM
macro advice tommy Excel Programming 2 August 27th 04 06:45 PM


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

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

About Us

"It's about Microsoft Excel"