ERROR : Can't create AutoRedraw image (Error 480)
I have a loop that creates x ammount images on a Click Event in a range of grid cells.
For i = 1 To x
Set picTmp = GetRotatetText(sMy_Date(i), grd)
grd.Col = i
>>>> Set grd.CellPicture = picTmp.Image
Next
How do I solve this problem.
I have a loop that creates x ammount images on a Click Event in a range of grid cells.
For i = 1 To x
Set picTmp = GetRotatetText(sMy_Date(i), grd)
grd.Col = i
>>>> Set grd.CellPicture = picTmp.Image
Next
How do I solve this problem.