+ Reply to Thread
Results 1 to 4 of 4

Entering a value into a cell by clicking

  1. #1
    Registered User
    Join Date
    02-12-2007
    Posts
    88

    Angry Entering a value into a cell by clicking

    I have written the code below so that if a cell in a particular range is selected it will enter the value é . . the code works great however if I highlight a cell within that range whilst having other cells outside the given range highlighted the value é is put into every highlighted cell regardless of whether it is in my specified range. Is there a way to stop this??


    Please Login or Register  to view this content.

  2. #2
    Registered User
    Join Date
    02-19-2007
    Posts
    24
    You are setting the Target to é, you want to set the intersection of the specified range and the target to é

  3. #3
    Registered User
    Join Date
    02-12-2007
    Posts
    88

    Exclamation

    Quote Originally Posted by loumf
    You are setting the Target to é, you want to set the intersection of the specified range and the target to é
    What do you mean? How would I do what you said?

  4. #4
    Registered User
    Join Date
    02-12-2007
    Posts
    88

    Lightbulb

    I have solved the problem, for anyone that is interested...

    Instead of writing: Target = é

    You should write: ActiveCell = é

    This stops the range selection problem

+ 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