Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Delete row where active cell is located using VBA

Hi
Is there a way to delete the row where the active cell is on using VBA ?

Thanks for any help in advance.
Jeff


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Delete row where active cell is located using VBA

ActiveCell.EntireRow.Delete

For more on deleting rows, see www.rubbershoe.com/deleterows.htm

"Jeff Marshall" wrote in message
...
Hi
Is there a way to delete the row where the active cell is on using VBA ?

Thanks for any help in advance.
Jeff




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 79
Default Delete row where active cell is located using VBA

activecell.entirerow.delete

--
Robin Hammond
www.enhanceddatasystems.com
Check out our XspandXL add-in


"Jeff Marshall" wrote in message
...
Hi
Is there a way to delete the row where the active cell is on using VBA ?

Thanks for any help in advance.
Jeff




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Delete row where active cell is located using VBA

Perfect !!
Thanks
Jeff


"Robin Hammond" wrote in message
...
activecell.entirerow.delete

--
Robin Hammond
www.enhanceddatasystems.com
Check out our XspandXL add-in


"Jeff Marshall" wrote in message
...
Hi
Is there a way to delete the row where the active cell is on using VBA ?

Thanks for any help in advance.
Jeff






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
Row select mode to highlight active row of active cell Bart Fay[_2_] Excel Discussion (Misc queries) 0 May 11th 10 09:34 PM
Find last cell in a column, Delete its contents and make it active George Excel Worksheet Functions 5 January 28th 10 05:38 PM
Delete multiple rows where a blank cell is located kippers Excel Discussion (Misc queries) 2 April 11th 08 11:18 AM
How do I move cursor in an active cell without using delete/backsp Sam Excel Discussion (Misc queries) 2 May 29th 06 02:39 AM
How can I delete a macro when the Delete button is not active? FCR Excel Worksheet Functions 0 March 9th 06 09:43 AM


All times are GMT +1. The time now is 09:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"