Formerly Best Training
© 2024 STL. All Rights Reserved.
All prices offered for business users and exclude VAT. E&OE
2nd Floor, CA House, 1 Northey Street, Limehouse Basin, London, E14 8BT. United Kingdom
Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » VBA
Resolved · High Priority · Version 2003
Saif has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course
How can I enter a line on the spreadsheet after each customer name?
Hi Saif
Thank you for your question
First you need to sort the data by customer name.
You then need to move down the data a row at a time until the customer name changes. When that happens
Rows(intRowCount).Insert
Do until cells(intRowCount,1).Value = ""
Mon 29 Jun 2009: Automatically marked as resolved.
|
Excel tip:Using basic functions without doing formulasWhen you highlight figures Autocalc tells you the total in the bottom right of the screen, but if you right click on the sum it will give you some basic functions. The functions are Min, Max, Average, Sum, Count, and Count Nums. |
We'll call during UK business hours
Server loaded in 0.08 secs.