TheFlameWizard / Excel-Pixel-Art-VBA-Module

A simple VBA module for Excel to display RGB values as 256x256 pictures using cells as pixels. How to use it: - Create an Excel workbook with two spreadsheets named "In" and "Out". - Put the RGB values in column A, B, C respectively. - Run the macro.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excel-Pixel-Art-VBA-Module

A simple VBA module for Excel to display RGB values as 256x256 pictures using cells as pixels.
How to use it:

  • Create an Excel workbook with two spreadsheets named "In" and "Out".
  • Put the RGB values in column A, B, C respectively.
  • Run the macro.

Pretty handy for creating pixel art and such.

Example:

About

A simple VBA module for Excel to display RGB values as 256x256 pictures using cells as pixels. How to use it: - Create an Excel workbook with two spreadsheets named "In" and "Out". - Put the RGB values in column A, B, C respectively. - Run the macro.


Languages

Language:Visual Basic .NET 100.0%