How do I generate a report in Excel?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to generate a report in Excel using VBA Programming, which I can
generate report and modify its contents, get prints and chart for analysis
report. Get report from data for today, Month to date and year to date.
 
Tom said:

Her book (and web site) looks like it provides helpful tips, but it's
written for non-programmers.

A book like the "Perl Cookbook" about Excel instead of Perl is whats
needed. It should have a short introduction on ADO, comprehensive
information on accessing Ranges (Cells/Offsets/Columns/Rows), examples
of user defined VBA objects (with Lets and Gets), and best programming
practices (i.e. Excel design patterns). It should include tips on
using addins, templates, frozen panes, sheet level form controls,
forms, examples of efficiently coded idioms, mail merging , and pdf
conversion.

Jwalk's books are very good, but they don't have enough serious
programming examples.

Another thing ... why is it that most Excel books are 400 or 600 pages?
If the books were smaller I think you'd see a lot more people reading
them during their morning commutes.
 

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

Back
Top