ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Delete row where active cell is located using VBA (https://www.excelbanter.com/excel-programming/272088-delete-row-where-active-cell-located-using-vba.html)

Jeff Marshall

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



Tim Zych[_2_]

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





Robin Hammond

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





Jeff Marshall

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








All times are GMT +1. The time now is 02:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com