Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 183
Default Create a button to insert a new row.

I know Excel can do it; I just don't know how. In addition, once the new row
is inserted, I need the formulas to carry into it.

Any help is greatly appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Create a button to insert a new row.

I can think of many possibilities, but I'm sure you are thinking of something
very specific. Please give more information.

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Sharon" wrote:

I know Excel can do it; I just don't know how. In addition, once the new row
is inserted, I need the formulas to carry into it.

Any help is greatly appreciated!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 320
Default Create a button to insert a new row.

Assuming you want the inserted row at the cursor location:
Sub InsertIt()
On Error Resume Next
Rows(Activecell.Row).Insert
Rows(Activecell.Row-1).Resize(2).FillDown
Rows(Activecell.Row).specialcells(xlcelltypeconsta nts).clearcontents
End Sub

"Sharon" wrote in message
...
I know Excel can do it; I just don't know how. In addition, once the new
row
is inserted, I need the formulas to carry into it.

Any help is greatly appreciated!


Reply
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
Insert Button in Excel rhhince[_2_] Excel Worksheet Functions 5 November 11th 07 10:19 PM
insert row above button (retrieve position of button) Max Excel Discussion (Misc queries) 3 November 7th 07 06:27 PM
create a control button to insert rows nadswilkes28 Excel Discussion (Misc queries) 4 May 15th 07 04:20 AM
How to create a form to insert a hyerlink.VBA code to create a for karthi Excel Discussion (Misc queries) 0 July 5th 06 11:26 AM
INSERT NEW ROW MACRO BUTTON guillaumet Excel Discussion (Misc queries) 1 November 22nd 05 03:02 AM


All times are GMT +1. The time now is 10:28 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"