Results 1 to 13 of 13

Mouse scroll WITHIN a data validation list & option macro assistance

Threaded View

HOT97ECLIPSEGSX Mouse scroll WITHIN a data... 01-07-2010, 08:13 PM
HOT97ECLIPSEGSX Re: *Searched* Mouse scroll... 01-07-2010, 11:21 PM
davesexcel Re: *Searched* Mouse scroll... 01-07-2010, 11:27 PM
HOT97ECLIPSEGSX Re: *Searched* Mouse scroll... 01-07-2010, 11:34 PM
davesexcel Re: *Searched* Mouse scroll... 01-08-2010, 12:00 AM
HOT97ECLIPSEGSX Re: *Searched* Mouse scroll... 01-08-2010, 12:03 AM
HOT97ECLIPSEGSX Re: *Searched* Mouse scroll... 01-11-2010, 09:05 PM
davesexcel Re: Mouse scroll WITHIN a... 01-11-2010, 09:51 PM
HOT97ECLIPSEGSX Re: Mouse scroll WITHIN a... 01-11-2010, 10:18 PM
davesexcel Re: Mouse scroll WITHIN a... 01-11-2010, 10:26 PM
HOT97ECLIPSEGSX Re: Mouse scroll WITHIN a... 01-11-2010, 10:56 PM
davesexcel Re: Mouse scroll WITHIN a... 01-11-2010, 11:02 PM
HOT97ECLIPSEGSX Re: Mouse scroll WITHIN a... 01-11-2010, 11:11 PM
  1. #5
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,529

    Re: *Searched* Mouse scroll WITHIN a data validation list

    There have been many posts about trying to scroll through validation, ComboBoxes,ListBoxes, the usual end result when somebody tries this is that XL ends up freezing.
    To add additional Text to a cell, you could try.

    Range("C7") = Range("C7") & ", How are you?"
    or

    Range("C7") = Range("C7") & " " & TextBox1
    Or if you wanted another line added to the cell
    Range("C7") = Range("C7") & Chr(10) & " " & TextBox1
    Last edited by davesexcel; 01-08-2010 at 12:07 AM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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