Hi, I am trying to plot a Mandelbrot using "gdi32" library function SetPixel after setting 1DC = GetWindowDC(0)
Seems to work initially but the Excel window seems to reset/refresh halfway through the plot and either stops plotting or the completed portion of the plot disappears completely.
I tried using Application.ScreenUpdating = False but no success.
Grateful for any suggestions
Seems to work initially but the Excel window seems to reset/refresh halfway through the plot and either stops plotting or the completed portion of the plot disappears completely.
I tried using Application.ScreenUpdating = False but no success.
Grateful for any suggestions