Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default editting pushbuttons

Hi,
I have this excel worksheet I use for years now...
Ith has some pushbuutons to execute some code. Now I want to change the
text on this pushbuttons, but I forgot how I can edit those buttons... I
tried the combination of CTRL or Alt- enter key but... no way.
Doesn anybody know how?
Thanks
JP
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default editting pushbuttons

If You are mentioning command buttons then right clicking will enable
you to edit the text


Jean-Paul De Winter wrote:
Hi,
I have this excel worksheet I use for years now...
Ith has some pushbuutons to execute some code. Now I want to change the
text on this pushbuttons, but I forgot how I can edit those buttons... I
tried the combination of CTRL or Alt- enter key but... no way.
Doesn anybody know how?
Thanks
JP


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default editting pushbuttons


Jean-Paul De Winter wrote:
Hi,
I have this excel worksheet I use for years now...
Ith has some pushbuutons to execute some code. Now I want to change the
text on this pushbuttons, but I forgot how I can edit those buttons... I
tried the combination of CTRL or Alt- enter key but... no way.
Doesn anybody know how?
Thanks
JP


If the buttons are embedded controls, go to View - ToolBars - Control
Tool Box. One of the buttons on the toolbar toggles in and out of
design mode. While in design mode right click and select Properties.
Caption in one of the properties you can change. When done - make sure
that you exit design mode.

hth

-semiopen

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default editting pushbuttons

Also, here is a macro I use to change many from a vlookup table.

Sub NameShapes()
Sheets("checks").Select
For Each c In [setup!a4:a15]
ActiveSheet.Shapes(c).TextFrame. _
Characters.Text = c.Offset(0, 1)
Next c
End Sub

--
Don Guillett
SalesAid Software

"Jean-Paul De Winter" wrote in message
...
Hi,
I have this excel worksheet I use for years now...
Ith has some pushbuutons to execute some code. Now I want to change the
text on this pushbuttons, but I forgot how I can edit those buttons... I
tried the combination of CTRL or Alt- enter key but... no way.
Doesn anybody know how?
Thanks
JP



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default editting pushbuttons

Problem solved.... thanks
JP

semiopen schreef:
Jean-Paul De Winter wrote:
Hi,
I have this excel worksheet I use for years now...
Ith has some pushbuutons to execute some code. Now I want to change the
text on this pushbuttons, but I forgot how I can edit those buttons... I
tried the combination of CTRL or Alt- enter key but... no way.
Doesn anybody know how?
Thanks
JP


If the buttons are embedded controls, go to View - ToolBars - Control
Tool Box. One of the buttons on the toolbar toggles in and out of
design mode. While in design mode right click and select Properties.
Caption in one of the properties you can change. When done - make sure
that you exit design mode.

hth

-semiopen



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 300
Default editting pushbuttons

On 24 Sep 2006 05:26:10 -0700, Abdul wrote:

If You are mentioning command buttons then right clicking will enable
you to edit the text


No. A "command" button is what is found on the Control Toolbox. Right
clicking only works for a Forms toolbar button (simply called a Button).
semiopen explained on to do it for a Control Toolbox button.

Don <www.donwiss.com (e-mail link at home page bottom).
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
editting a template kaja New Users to Excel 2 June 6th 08 10:29 PM
macro editting MINAL ZUNKE Excel Programming 5 July 13th 05 03:03 PM
Hexidecimal Editting Andibevan[_2_] Excel Programming 7 July 12th 05 11:55 AM
Possible to see which user is editting/using file? McManCSU[_8_] Excel Programming 0 June 28th 05 02:23 PM
Editting Formulas Using a Macro Chuck H. Excel Programming 1 July 19th 04 09:29 PM


All times are GMT +1. The time now is 06:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"