Excel VBA Revisited

Excel VBA tips and functions

Sunday, October 26, 2014

Get it on Google Play
Posted by Erik K. at 10:09 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

English Idioms for Android

Get it on Google Play

Track Your Dividend Stocks

Get it on Google Play

Pages

  • Home
  • Find Maximum Value in Moving Range

Popular Posts

  • EndsWith and StartsWith For VBA
    Here are listings for 2 functions that are missing in VBA: string starts with and string ends with. The functions are case-insensitive. They...
  • Split String By Comma
    The following routine splits the comma-separated contents of an active cell into strings and prints each result  below the active cell. It w...
  • (no title)
  • Add Hyperlinks
    The following procedure converts a url to a hyperlink in range: Sub AddHyperlinks(rng As Range )     Dim c As Range     For Each c I...
  • Check if Worksheet Exists
    This is a VBA function that checks if a Worksheet exists. It accepts a worksheet name as a parameter. It loops through worksheet names and s...
  • Some Excel Range Functions
    Here I will list code for some useful VBA functions that deal with an Excel range. I think the function descriptions are self-explanatory. ...
  • Initialize VBA Array
    Declare an array as Variant: Dim arr as Variant Use the VBA Array function to initialize the array: arr = Array(154, 155, 156, 157)

Blog Archive

  • ►  2015 (1)
    • ►  February (1)
  • ▼  2014 (1)
    • ▼  October (1)
  • ►  2013 (1)
    • ►  February (1)
  • ►  2012 (4)
    • ►  June (4)

About Me

Erik K.
Toronto, Ontario, Canada
View my complete profile
Simple theme. Powered by Blogger.