data table
Microsoft Office Training McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams add this page to your favourites/bookmarksAdd to favourites
view a printable version of this pagePrintable version
email this page to somebodyEmail this page
Customer: Sign in
Delegate: Sign in
Trainer: Log in

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Data in table

Data in table

The UK's most regular instructor-led training courses.
Training information: microsoft excel 2003 vba courses · Excel/courses/london · Microsoft Excel Training London
See also · excel-courses-london · excel courses in london · excel microsoft training

resolvedResolved · Low Priority · Version Standard

Data in table

josephine has attended:
Excel Intermediate course

by - delegate josephine [1 post] (2008 Feb 5 Tue, 15:52) replyReply

can you automatically insert a blank line in between each row of data in table

Excel Intermediate 1 day course
Version Date Location Places
available
Book Next place rate:
Card Invoice
2003 2009 Jan 8 Thu Bloomsbury 2 book now £215 £215
2007 2009 Jan 8 Thu Bloomsbury 3 book now £224 £224
2007 2009 Jan 12 Mon Bayswater 4 book now £224 £224
2007 2009 Jan 13 Tue Bloomsbury 2 book now £224 £224
2002/XP 2009 Jan 13 Tue Tooting 0 FULL    
2003 2009 Jan 15 Thu Southwark 1 book now £215 £215
Full Schedule: See all 136 Excel Intermediate course dates.
Bookings currently available until 30th March 2010.

Inserting blank rows between data in table

by - trainer Carlos gold contributer[494 posts] (2008 Feb 6 Wed, 10:57) replyReply

Hi Josephine

As I explained yesterday this would need some VBA code. So do the following steps:

1. Open the Workbook in which you need to insert the rows.

2. Open the Tools menu Select Macro and Click the Visual Basic Editor (VBE)

3. In the VBE Open the Insert menu and Click Module. This inserts a new Module.

4. Copy the following code and paste into the new module (Module1)


Sub InsertBlankRows()

'Select last row in worksheet.
Selection.End(xlDown).Select

Do Until ActiveCell.Row = 1

'Insert a blank row
ActiveCell.EntireRow.Insert Shift:=xlDown

'Move up one row.
ActiveCell.Offset(-1, 0).Select

Loop

End Sub


5. Close the VBE.

Back in the workbook

6. Click the first cell of the first row of the table eg A1

NB Ensure that there are no blank cells in this column as the system will not do anything past this

7. Open the Tools menu Select Macro and Click Macros

8. In the Macro dialog box Select the InsertBlankRows macro and click Run

The system will insert a blank row between each record

Hope this helps

Carlos


Related articles

· Microsoft Excel Training Courses or Consultants: Which Is Better For Your Company?
· Database Tips from an Excel Training Course
· How to check for and reduce errors in Microsoft Excel
· Benefits of learning about Excel charts
· How Small Businesses Profit from Outside Excel Training

Please browse our web site to find out more about
microsoft excel 2003 vba courses and other Microsoft training courses.

Excel tip:

Hide data in Excel Worksheets

Let's say you have some data in cell 'C5' you would like to hide from the casual viewer.

Click cell 'C5' to select it.

Click the 'Format' menu, select 'Cells'. When the 'Format Cells' dialogue box opens, click the 'Numbers' tab (if necessary), then select 'Custom' from the 'Category' list.

Double-click the 'Type' entry box and type three semi-colons: ";;;"

Click 'OK' to close the dialogue box and accept the new formatting.

The data in cell 'C5' disappears. It's still there and will work in calculations, but it isn't visible.

If you need to check the data, just click the blank cell and the contents appear in the 'Formula bar'.

View all Excel hints and tips

Rate this page:
3.0/5 (5 votes cast)
Institute of IT Training - Accredited Training Provider Microsoft Certified Partner
microsoft office
Microsoft Office Specialist Authorised Testing Centre (MOS and MCAS)

Prodigy Platinum Learning Partner

Institute of IT Training - Accredited Training Provider Association of Computer Trainers Valid HTML 4.01 Transitional
Valid CSS Markup

secure online payments - visa - mastercard

Mini sitemap. These are the main areas of our web site. Full sitemap.

Training by application Main information pages See also

Access courses
DreamWeaver courses
Excel courses
MS Project courses
Outlook courses
PowerPoint courses
VBA courses
Word courses
(more...)

Public scheduled courses
On-site training
Closed company courses

Training venues
Client list
FAQ
Pricing and availability
Course details / Syllabus

Access training
Dreamweaver training
Excel training
MS Project training
PowerPoint training

London Computer Training
Computer Training London
Microsoft Office training

Microsoft Access training
Microsoft Excel training
Microsoft Project training
Microsoft Outlook training
Microsoft Powerpoint training
Microsoft Word training

Time Management Course London

Interested in Access training? Please see the following pages:
Microsoft access courses · Microsoft training access course
Microsoft+access+training · Access courses in london

Training Information
Training Articles

AddThis Social Bookmark Button What's this?
Add to: Add to Del.icio.us Add to Facebook Add to Digg Add to Reddit Add to Google Add to Yahoo