Code – Sort Worksheets Alphabetically

Sub SortSheetbyName() Application.ScreenUpdating = False Dim ShCount As Integer, i As Integer, j As Integer ShCount = Sheets.Count For i = 1 To ShCount – 1 For j = i + 1 To ShCount If Sheets(j).Name < Sheets(i).Name Then Sheets(j).Move before:=Sheets(i) End If Next j Next i Application.ScreenUpdating = True MsgBox “All sheets sorted!” End…

Candidate with Potential vs. Candidate with Experience

More often than never companies are flooded with thousands of candidate profiles, multiple cover letters explaining their candidature, messages on LinkedIn, referrals from employees, etc. In totality recruiting for an open position in a team is often a nightmarish experience for a manager for various reasons. During this recruitment process, recruiting managers are often stuck…

You can bank on this power

In the ever-changing world that we live in today, our resiliency is what determines if we sink or swim. when the COVID-19 hit the Indian sub-continent saw a country absolutely ill-equipped to handle any pandemic sort of pandemic, a government clueless on how to aid healthcare workers, support out-of-job workers/migrants, businesses. The startup eco-space in…