LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 98
Default Adding a row with macro

Hi,
i have a sheet set out with a text box. the ListFillRrange is Contacts!A3:G35
When i goto the contacts sheet and add a row at the bottom, the ListFill
Range increases to Contacts!A3:G36 which is good. however, when i insert the
row through a macro, the ListFillRange does not change. I am using a routine
that finds the next available cell on the Contacts sheet as supplied to me
through this site ( supplied he)

iRow = ws.Cells(Rows.Count, 1) _
.End(xlUp).Offset(1, 0).Row
ws.rows(iRow).Insert

Can something be done to insert a row but let the ListFillRange increase
automatically? this is required as i am entering alot of information through
this text box and i either have to increase the range to A3:A1000( which
gives me a amssive dropdown box) or keep updating theListFillRange.

Any help appreciated

Nigel
 
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
Adding a new row with a macro Dobbs734 Excel Discussion (Misc queries) 2 June 1st 09 06:08 PM
Adding to a Macro Steven Excel Discussion (Misc queries) 2 December 15th 08 06:21 PM
Adding a Tab in a Macro [email protected] Excel Discussion (Misc queries) 10 February 28th 06 09:57 PM
Adding Row to this macro Nigel Excel Discussion (Misc queries) 2 May 4th 05 05:27 PM
Adding row Macro From Mike G. Excel Programming 2 May 18th 04 06:21 PM


All times are GMT +1. The time now is 01:25 AM.

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"