I would like to implement a combobox with "find as you type" functionality similar to that found in application launchers like AppRocket and Colibri (on Windows; LaunchBar or Butler on Mac OS X). These work by dynamically filtering the list as you type, finding all entries that contain the...
I'm developing a website and would like to alter the formatting of <p> tags based on their position in a document. For instance, a <p> tag following another <p></p> tag should have one formatting, but a <p> following an <h?></h?> should have a different formatting.
I know how to do this using...
Hello,
I'm trying to create a query for a drop-down list. The selection in the drop-down is used to filter a report or form, and I'd like to have a wildcard value, "(All)", included in the list.
I can do that much; my SQL looks like
SELECT [Table Employee List].FullName FROM [Table Employee...
I'm looking for a hash function (SHA or MD5) written entirely in VBA--no DLLs or external EXEs--and free for corporate use. Can anyone point me to such code?
If not, perhaps you can point me to resources that will tell me how to do bit manipulations (bit shifts and such) in VBA, and I can try...
I would like to be able to have a form return a value to another form, in much the same way that msgbox() and inputbox() do. Is there any way to do this?
Some more specifics:
I don't want to use msgbox() or inputbox() because of the type of data I'm trying to collect. The return value will be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.