LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default Automating deleting rows

Hello and thank you for your response.

I wasn't sure if my question was clear... what I am looking for, is that the
adding/removing rows would be automatic based on the information being pulled
from another spreadsheet.

I hope this helps explain.

Item 1 Total Amount: $xxxxx
Date Activity Amount
Date Activity Amount

Item 2 Total Amount: $xxxx
Date Activity Amount
Date Activity Amount
Date Activity Amount
Date Activity Amount
Date Activity Amount

The next time Item 1 could have 14 items, and maybe Item 1 would have 3
items. The "Date/Activity/Amount" would be variable each week, and the Total
amount would have to sum up the items.

Thank you again, for your reply. Your suggestion would work to add/remove
lines.


"FSt1" wrote:

hi
automation...
you could attach these macros to custom icons. with each click on the icon,
a row would be added or deleted.
Sub addrow()
ActiveCell.EntireRow.Insert shift:=xlDown
End Sub
Sub delrow()
ActiveCell.EntireRow.Delete shift:=xlUp
End Sub

regards
FSt1

"Alice" wrote:

Hello.

I am looking for a solution to remove extra, or add more lines as required
on a spreadsheet.

Information is gathered from one or two spreadsheets which varies from week
to week, and tabulating the information onto another spreadsheet.

Is there a way of adding/removing lines as required for a section of the
spreadsheet, and still have the SUM feature adjust and work as well.

I hope this makes sense.

Thank you for your assistance.

 
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
Deleting Rows Daren Setting up and Configuration of Excel 3 July 19th 07 01:25 PM
Deleting Rows fak119 New Users to Excel 1 May 18th 06 02:43 PM
Help!! I have problem deleting 2500 rows of filtered rows!!!! shirley_kee Excel Discussion (Misc queries) 1 January 12th 06 03:24 AM
deleting hidden rows so i can print only the rows showing?????? jenn Excel Worksheet Functions 0 October 6th 05 04:05 PM
Help - Automating a file.. Adding Users , Deleting users, Changing Tim Harding Excel Worksheet Functions 0 March 16th 05 01:25 PM


All times are GMT +1. The time now is 03:53 PM.

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"