+ Reply to Thread
Results 1 to 3 of 3

IsText VBA Error

Hybrid View

  1. #1
    Craig
    Guest

    IsText VBA Error

    Hello. I'm using Excel XP. I don't know what's causing the error message
    for following code:

    If Application.IsText(ActiveCell.Value) Then
    sText = ActiveCell.Value
    Else
    sNonText = ActiveCell.Value
    EndIf

    I get an "Object Required" error message. Any thoughts?? I've tried the
    following as well:

    If Application.IsText(ActiveCell.Value) = True then
    ....etc

    I don't get it. This code is all over the web as an example of how to use
    "IsText" in VBA. Do I need a special DIM statement, or reference??

    Thanks.

    --
    Craig

  2. #2
    NickHK
    Guest

    Re: IsText VBA Error

    Craig,
    I would have said that you are missing the "WorksheetFunction" between
    "Application" and "IsText" (as IsText is part of Excel, not VBA), but
    Application.IsText works.
    You sure the error is occurring on that line ?

    NickHK

    "Craig" <Craig@discussions.microsoft.com> wrote in message
    news:7F0B1A8A-1A18-4091-A344-1C661ACE083E@microsoft.com...
    > Hello. I'm using Excel XP. I don't know what's causing the error message
    > for following code:
    >
    > If Application.IsText(ActiveCell.Value) Then
    > sText = ActiveCell.Value
    > Else
    > sNonText = ActiveCell.Value
    > EndIf
    >
    > I get an "Object Required" error message. Any thoughts?? I've tried the
    > following as well:
    >
    > If Application.IsText(ActiveCell.Value) = True then
    > ...etc
    >
    > I don't get it. This code is all over the web as an example of how to use
    > "IsText" in VBA. Do I need a special DIM statement, or reference??
    >
    > Thanks.
    >
    > --
    > Craig




  3. #3
    Craig
    Guest

    Re: IsText VBA Error

    Yes...and I don't understand why it's happening. I even tried your
    "Worksheetfunction" example, and it doesn't work.
    --
    Craig


    "NickHK" wrote:

    > Craig,
    > I would have said that you are missing the "WorksheetFunction" between
    > "Application" and "IsText" (as IsText is part of Excel, not VBA), but
    > Application.IsText works.
    > You sure the error is occurring on that line ?
    >
    > NickHK
    >
    > "Craig" <Craig@discussions.microsoft.com> wrote in message
    > news:7F0B1A8A-1A18-4091-A344-1C661ACE083E@microsoft.com...
    > > Hello. I'm using Excel XP. I don't know what's causing the error message
    > > for following code:
    > >
    > > If Application.IsText(ActiveCell.Value) Then
    > > sText = ActiveCell.Value
    > > Else
    > > sNonText = ActiveCell.Value
    > > EndIf
    > >
    > > I get an "Object Required" error message. Any thoughts?? I've tried the
    > > following as well:
    > >
    > > If Application.IsText(ActiveCell.Value) = True then
    > > ...etc
    > >
    > > I don't get it. This code is all over the web as an example of how to use
    > > "IsText" in VBA. Do I need a special DIM statement, or reference??
    > >
    > > Thanks.
    > >
    > > --
    > > Craig

    >
    >
    >


+ Reply to Thread

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