Hello Friends,
I am using the below code which is linked with Workbook open event
Private Sub Workbook_Open()
Application.Calculation = xlCalculationAutomatic
Call show_index_sheet
Sheets("INDEX").Unprotect Password:="merchant"
Sheets("INDEX").Range("A1").Value = GetMACAddress()
If...