Add Today’s Date To A Range And Format It
With Range(“A1”) .Value = Date ‘use today’s date ‘format it, you can also use yyyy for a four digit year. .NumberFormat = “mm/dd/yy” End With
http://www.mikecolbertonline.com
With Range(“A1”) .Value = Date ‘use today’s date ‘format it, you can also use yyyy for a four digit year. .NumberFormat = “mm/dd/yy” End With
Configure a syslog server, then enter the following commands on the device you want to monitor… config t logging ‘ip address of syslog server’ logging trap informational
Test to see if Markdown works: Some text before the code block. <%@ Page Title=”” Language=”VB” MasterPageFile=”~/msci3025.master” AutoEventWireup=”false” CodeFile=”ThankYou.aspx.vb” Inherits=”ThankYou” %> <asp:Content ID=”Content1″ ContentPlaceHolderID=”head” Runat=”Server”> </asp:Content> <asp:Content ID=”Content2″ ContentPlaceHolderID=”ContentPlaceHolder1″ Runat=”Server”> Thank you for participating in our survey! </asp:Content> Some text after the code block.
Download and install the JP Markdown plugin for WordPress. This is just the Markdown functionality from JetPack. I couldn’t get JetPack working on this installation of WordPress because access is denied to XML-RPC. After the JP Markdown plugin is installed and activated, you can insert blocks of code using three backticks to demarc the start … Read more