Unable To Insert Rows On WebADI Budget?
Posted: Tue Apr 16, 2013 2:03 am
Locate VBA Modules bneReadOnlyUtils and Public Function BneIsReadOnly) and Change following True to False,
BneIsReadOnly = False
Else
BneIsReadOnly = True
End If
Else
BneIsReadOnly = True
End If
then close file and open so now you can update cells.
BneIsReadOnly = False
Else
BneIsReadOnly = True
End If
Else
BneIsReadOnly = True
End If
then close file and open so now you can update cells.