Thursday, December 19, 2013
Action button to set Date Value with Lotus Notes Formula Language
›
A quick and dirty way for doing this. No error checking, big assumptions about the input to the prompt being right. 1 2 3 4 5 nd := @...
Friday, November 8, 2013
Add Dynamic Text in Outlook Mail
›
This code will help to create a Macro that will be use for repeated input text. Sub myMacro1() Dim sText As String sText = "Hi,&...
Tuesday, September 10, 2013
Enable Telnet in Windows 7
›
It’s very rare use of Telnet these days, so it took a long time to notice that by default it was not packaged with Windows Vista and Windo...
Monday, August 26, 2013
SQL Database Backup with Query
›
The tail of the transaction log usually refers to the contents of the database's transaction log that has not been backed up. Basicall...
Thursday, August 1, 2013
Microsoft Visual Studio "Debug" VS "Release" mode
›
When we want to deploy our web application to live/local server, then we have two options for making built – Release mode and Debug mode. B...
Thursday, July 25, 2013
Notepad as Programming Text Editor
›
Friends, do you know that notepad serves as a HEX and Binary editor. Yes, it does. !!! If you do not have an programming text editor or ...
Wednesday, July 17, 2013
Extracting text from a bunch of =EMBED(“Forms.HTML:Text.1”,“”) in Excel
›
Sub ExtractData () Dim obj For Each obj In ActiveSheet . OLEObjects If obj . progID = "Forms.HTML:TextArea.1"...
‹
›
Home
View web version