Skip to main content

All Questions

Tagged with
3 votes
1 answer
234 views

Safely and efficiently parse and replace tokens in a string

I have written a VBA function that will do parsing / replacement according to tokens / placeholders. Example: Input string: Username %u, date is %d. The function ...
Alexander's user avatar
  • 257
9 votes
3 answers
1k views

Ugly workaround to get the vbext_ProcKind of a procedure is breaking encapsulation

This is a follow up to Extending the VBAExtensibility Library. It turns out that code had a really nasty bug. Anytime vbeProcedure.StartLine got called, I was ...
RubberDuck's user avatar
  • 30.8k