sancarn / stdVBA

VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
MIT License
288 stars 60 forks source link

Console.frm #110

Closed Almesi closed 1 month ago

Almesi commented 1 month ago

Hey there,

here is a Version 0.1 of Console.frm Im still actively working on it, as i need it for my own work, but i figured it would be a nice tool for stdVBA in future, even if its just for example use. Anyway, your requests are WIP, i reduced it to only Console without the Errorhandling part and added a way to color it and added Intellisense. Both isnt perfect yet (still proof of concept) but it works. stdLambda implementation is on my todo list. Extra feature: Runtime Variable declaration using ConsoleVariables().

stdVBA implementation will take some time, cause i first have to understand how your library works :)

sancarn commented 1 month ago

Hello, you can add an example folder to this seperate repo. Won't be uploading to this repo as discussed previously.

sancarn commented 1 month ago

I've added your console app to the repo.

https://github.com/sancarn/stdVBA-examples/tree/main/Examples/ConsoleUserform

I would strongly recommend looking at the other examples in that repo to get to grips with stdVBA at large.