Change History of Graphics Library for Excel VBA

Graphics Drawing Library for Excel VBA by using AddShape Instructions

Graphics Drawing Library in World Coordinates

  • July 21, 20198  Added limited DrawText command to display characters using Textbox function.
  • October 14, 2018  Fixed a bug in DrawOvalFill that the center of the ellipse was shifted by the radius.

Graphics Drawing Library in Screen Coordinates

  • October 14, 2018  Upload the Graphics Drawing Library for Excel VBA in Screen Coordinates.

Turtle Graphics Library

  • May 15, 2019  TGBackwardL(draw a line in the reverse direction) has been added.

Graphics Drawing Library for Excel VBA by using GDI32 Instructions

Graphics Drawing Library in World Coordinates

  • Sep 02, 2023  Keyboard Event and Clipboard Lib were added.
  • Oct 26, 2021  Changed to apply the color specified by the variable gLineColor to the line color in the DrawPolyLine instruction.
  • Oct 26, 2021  Fixed the problem that the Move instruction was not compatible with the 64-bit version of Excel.
  • June 4, 2019  The pixel standard has been changed from Point units to Pixel units.
  • May 20, 2019  64-bit Excel has benn supported.
  • October 23, 2018  Upload the Graphics Drawing Library for Excel VBA using GDI32 Instructions.

Turtle Graphics Library

  • May 20, 2019  64-bit Excel has benn supported.
  • October 24, 2018  Upload the Turtle Graphics Library for Excel VBA using GDI32 Instructions.