try
{
random = Globals.ThisAddIn.Application.ActiveSheet.Cells(TargetRow, TargetColumn).Value;
}
catch
{
random = Globals.ThisAddIn.Application.ActiveSheet.Cells(TargetRow, TargetColumn);
}