Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ashishbs

  1. ashishbs

    Determining whether there is a blank Row

    Hi Suggie, If u wish to do this in Excel Macro '--------------------- Public Sub CheckForBlankRows() Dim X As Integer Dim Rng As Range Set Rng = ActiveSheet.UsedRange.Rows For X = 1 To Rng.Rows.Count If Application.WorksheetFunction.CountA(Rng.Rows(X).EntireRow) = 0 Then 'Check if Entire...
  2. ashishbs

    Excel VBA - Textbox, input not visible - why?

    Hi Steph, I have checked here it works. I guess there is something in the code. Could u please Send the code. Thanks,Ashish.
  3. ashishbs

    Excel Worksheet

    Hi Alex, I guess i have a simple solution. Steps :- 1> Open Your Workbook (What has all those 700 odd records). 2> In the Menu -- Click --> Tools --> Share Workbook --> Check the box what says "Allow Changes by more than One User" 3> Click the Advanced TAB, For Keep History , I'll...

Part and Inventory Search

Back
Top