Forum Discussion
11 years ago
for(j=0;j<4;j++)
{
{
sheet["Cells"](i,j).Value=12;
}
I am getting an error saying ; expected. Can anyone help me with this