How to find document variables in MS Word without using a Macro
Word has a number of different types of “variable”, There are things known as “Document Variables”, but there are other things that I … Read more
Word has a number of different types of “variable”, There are things known as “Document Variables”, but there are other things that I … Read more
Reading pane text size is determined by the sender in the same way web page design and layout is determined by the creator … Read more
The program that comes closest to this that I know of is XMacro: The XMacro package contains two simple, C++ programs (xmacrorec and … Read more
Based off of this article. Download and install AutoHotkey. Open your sound control panel. This can also be done through running mmsys.cpl through … Read more
Turns out it’s really not possible, that is, it wasn’t possible until tonight! Since I was curious to dig into the bash source … Read more
It sounds like you are looking for AutoHotKey: AutoHotkey is a free, open-source utility for Windows. With it, you can: Automate almost anything … Read more
Tim Pope’s abolish.vim can convert among camelCase, MixedCase (also known as PascalCase), snake_case, and UPPER_CASE, as well as convert (one-way) to dash-case. Position … Read more
When you record a macro, the register is emptied first and filled as you go so it’s very unlikely that there exists a … Read more
Search mode regular expression, Find =UUID:.* Replace with nothing.
The function in Excel for doing a hyperlink is =Hyperlink(“http://www.techonthenet.com”,”Tech on the Net”) where “http://www.techonthenet.com” is the internet address and “Tech on the … Read more