Re: $$Excel-Macros$$ Delete Line

2013-10-01 Thread ashish koul
*De:* excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] > *Em nome de *priti verma > *Enviada em:* domingo, 29 de setembro de 2013 00:55 > *Para:* excel-macros@googlegroups.com > *Assunto:* Re: $$Excel-Macros$$ Delete Line > > ** ** > > Sub deletel

Re: $$Excel-Macros$$ Delete Line

2013-09-28 Thread priti verma
Sub deleteline() Dim rngRange As Range Dim rngCell As Range Dim rngUnion As Range Dim strvalue As String Dim intcolumn As Integer Set rngRange = ThisWorkbook.Worksheets(1).UsedRange intcolumn = InputBox("Please enter the Column Number,where you have that value