Results 1 to 12 of 12

Add quotes to textbox and move cursor between them

Threaded View

  1. #7
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Add quotes to textbox and move cursor between them

    Hello JP,

    Change you button code to this...
      If Not InstructionsBox.Value Like Chr(34) & "*" & Chr(34) Then
         InstructionsBox.Value = Chr(34) & InstructionsBox.Value & Chr(34)
      End If
      
      InstructionsBox.SelStart = Len(InstructionsBox.Value) - 1
      InstructionsBox.Verb xlVerbPrimary
    Last edited by Leith Ross; 12-29-2010 at 05:43 PM.

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