+ Reply to Thread
Results 1 to 3 of 3

using vba to change command button caption

  1. #1
    PaulaO
    Guest

    using vba to change command button caption

    I need to know how to use vba to change the caption in a command button on an
    excel spreadsheet. Any assistance would be appreciated.

    Paula

  2. #2
    jennifer1970@hotmail.com
    Guest

    Re: using vba to change command button caption

    CommandButton1.Caption = "Your Text Here"


  3. #3
    Rick R.
    Guest

    RE: using vba to change command button caption

    Assuming you know how to get to the code window, the code would be:

    commandbutton1.caption = "xxxxxxxxx"

    "PaulaO" wrote:

    > I need to know how to use vba to change the caption in a command button on an
    > excel spreadsheet. Any assistance would be appreciated.
    >
    > Paula


+ 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