Results 1 to 12 of 12

runtime error 13 type mismatch

Threaded View

  1. #1
    Registered User
    Join Date
    01-30-2009
    Location
    Zwolle, the Netherlands
    MS-Off Ver
    Excel 2003
    Posts
    6

    runtime error 13 type mismatch

    Hi,

    I seem to have some type mismatch in my macro...
    The error appears every time i insert or delete a row in the worksheet.

    This is the code:
    Private Sub TextBox1_Change()
    Private Sub Worksheet_Change(ByVal Target As Excel.Range)
    If Target.Address = "$B$25" And Target.Value <> "" Then
    Sheets("brief").Range("b15").Value = Now
    End If
    End Sub

    Error is in the line: If Target.Address = "$B$25" And Target.Value <> "" Then

    Anyone with a suggestion?
    Last edited by royUK; 01-30-2009 at 08:28 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