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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.