Results 1 to 5 of 5

Split Function

Threaded View

captedgar Split Function 01-19-2010, 12:06 PM
DonkeyOte Re: Split Function 01-19-2010, 12:15 PM
captedgar Re: Split Function 01-19-2010, 12:29 PM
DonkeyOte Re: Split Function 01-19-2010, 12:53 PM
captedgar Re: Split Function 01-20-2010, 06:24 AM
  1. #1
    Registered User
    Join Date
    10-12-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    76

    Split Function

    Hi there

    One of the lines in my VBA code reads as follows

    Dim oRange As Range
    Dim oFindInRange As Range
    Dim strSplitAddress As String
    Dim blnNullRange As Boolean
    
    .//lines of code//
    .//lines of code//
    .//lines of code//
    .//lines of code//
    
    strSplitAddress = Split(oFindInRange.Address, "$")(1)
    what does the Split function do especially with does $ and (1) sign means in this scenario.
    I have read up on split functions in excel help but i can't find specific reference to $ or (1) anywhere. Can you please advice?
    Last edited by captedgar; 01-20-2010 at 06:27 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1