Brad Marks
BradM at blackforestltd.com
Tue Jul 26 21:41:56 CDT 2011
William, I am just doing some R&D work with "Windows Automation" (Access controlling Excel). I can see several uses for this approach down the road with a couple of projects that I am working on (SQL Server and Access Data - reporting and analysis). Some of the fields are numeric fields that will need to be summed in Excel (total sales, etc.). Other fields will not need to be summed (date fields, etc.) Thanks for your ideas. I have worked with Access for a couple years, but my knowledge of Excel is very limited. I am just starting to experiment with Windows Automation. Brad -----Original Message----- From: accessd-bounces at databaseadvisors.com on behalf of William Benson Sent: Tue 7/26/2011 8:46 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Exporting Access to Excel - How to "SUM" a column with a variable number of rows? Brad, When you mention data that should not be summed are you talking about a mixture of text and numbers? Dates ? What? Do you plan to test on sheet? EXCEL =CountA(range ) = Count(range) is one test for mixture of text and numeric in bulk. Can also be tested with Evaluate ... as in if xl.EVALUATE ("=counta(" & Rng.address & ") = Count (" & rng.address & ")") = True then... On Jul 26, 2011 4:43 PM, "Brad Marks" <BradM at blackforestltd.com> wrote: -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.