+ Reply to Thread
Results 1 to 2 of 2

Type Mismatch I can't figure out!! (VBA)

  1. #1
    Registered User
    Join Date
    04-28-2004
    Posts
    1

    Type Mismatch I can't figure out!! (VBA)

    I am trying to run this line of code:

    If rCell.Value * 100 < Sheet2.Cells("A2").Value * 100 Then

    and I get an error... "Type Mismatch"

    Both rCell and Sheet2.Cells("A2") are defined as percent cells.
    What is wrong???

    Thank you

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Try:
    Sheet2.Range("A2")
    Mangesh

+ 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